This commit is contained in:
Thomas 2021-02-05 18:12:18 +01:00
parent 5533929cc5
commit a04d27dd4c
1 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,11 @@ android {
minSdkVersion 15
targetSdkVersion 30
}
sourceSets {
main {
jniLibs.srcDirs = ["src/main/jnLibs"]
}
}
buildTypes {
release {
minifyEnabled false