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/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
// Essential! Note that UniFFI dictates the minimum supported version, and this may change with new releases
// TODO: Migrate version to TOML (doesn't work). Likely related issue: https://github.com/gradle/gradle/issues/21267
//noinspection UseTomlInstead
implementation 'net.java.dev.jna:jna:5.15.0@aar'
implementation 'net.java.dev.jna:jna:5.17.0@aar'

testImplementation libs.junit

Expand Down
Loading