renaming and docs
This commit is contained in:
18
docs/android.mdx
Normal file
18
docs/android.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
## Android
|
||||
|
||||
In release mode, you must add the following to your `app/build.gradle`:
|
||||
|
||||
```
|
||||
buildTypes {
|
||||
release {
|
||||
...
|
||||
shrinkResources false
|
||||
minifyEnabled false
|
||||
}
|
||||
}
|
||||
...
|
||||
dependencies {
|
||||
....
|
||||
implementation 'net.java.dev.jna:jna:5.10.0@aar'
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user