This commit is contained in:
parent
605fad0a0a
commit
fa69f374b6
|
|
@ -43,7 +43,7 @@ android {
|
||||||
versionName project.versionName
|
versionName project.versionName
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi", "armeabi-v7a" , "arm64-v8a", "x86", "x86_64", "mips", "mips64"
|
abiFilters "armeabi", "arm64-v8a"
|
||||||
}
|
}
|
||||||
|
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue