diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 5a5aba94..50f2987a 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -346,7 +346,7 @@ dependencies { implementation("androidx.profileinstaller:profileinstaller:1.4.1") // UniFFI's generated Kotlin loads the cdylib through JNA; the `@aar` // classifier pulls the Android-native JNA dispatcher. - implementation("net.java.dev.jna:jna:5.18.1@aar") + implementation("net.java.dev.jna:jna:5.19.1@aar") // v2.0.1 (ADR 0025): the optional Google Play services below are PLAY-FLAVOR ONLY. // `playImplementation` keeps these proprietary Google-Play SDKs out of the `foss` // (F-Droid/sideload) artifact entirely — the `foss` variant links none of them (its