mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-02 06:24:16 +02:00
1e46d9b06b
- Use BundledSQLiteDriver for Android database builders to ensure FTS5 support in both Robolectric tests and production (consistent SQLite version across all API levels) - Add sqlite-bundled-jvm to androidHostTest and androidApp test classpaths for JVM native library resolution under Robolectric - Fix DataPacket.ID_BROADCAST → NodeAddress.ID_BROADCAST in discovery tests (AIDL removal constant migration) - Fix SettingsRoute.SettingsGraph → SettingsRoute.Settings in DeepLinkRouterTest (class renamed in AIDL removal PR) - Add lockdown method stubs to TAKMeshIntegrationTest fakes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>