android fixes

This commit is contained in:
Nick Fisher
2024-06-17 11:23:18 +08:00
parent dd646e0e5c
commit 5e5e81a107
3 changed files with 2 additions and 8 deletions

View File

@@ -10,9 +10,4 @@ In release mode, you must add the following to your `app/build.gradle`:
minifyEnabled false
}
}
...
dependencies {
....
implementation 'net.java.dev.jna:jna:5.10.0@aar'
}
```