This commit is contained in:
sifacaii 2022-10-15 19:42:35 +08:00
parent 65b723d064
commit 585ba27632

View File

@ -13,12 +13,17 @@ android {
versionName "1.0.4"
multiDexEnabled true
ndk {
abiFilters 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
splits {
abi {
enable true
include 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
}
}
buildTypes {
release {
minifyEnabled false