Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down