Merge pull request #174 from m2049r/feature/apk-split

APK Split
This commit is contained in:
Stephan Hagios 2018-01-04 17:07:52 +01:00 committed by GitHub
commit 0e207d7401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@ android {
path "CMakeLists.txt"
}
}
splits {
abi {
enable true
reset()
include "armeabi-v7a"
universalApk false
}
}
}
dependencies {