This commit is contained in:
R4SAS 2019-01-21 18:51:04 +03:00
parent 60a282826c
commit f7f2b7607b
4 changed files with 5 additions and 6 deletions

View file

@ -54,7 +54,7 @@ android {
splits {
abi {
// change that to true if you need splitted apk
enable false
enable false
reset()
include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
universalApk true
@ -81,5 +81,3 @@ android {
}
}
}