removed support for all ABI except armeabi-v7a and x86
This commit is contained in:
parent
b1705b3e7d
commit
c0bdd147cd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ android {
|
||||||
versionCode 140200
|
versionCode 140200
|
||||||
versionName "0.14.2"
|
versionName "0.14.2"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64', 'mips64', 'mips'
|
abiFilters 'armeabi-v7a', 'x86'
|
||||||
}
|
}
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|
Loading…
Add table
Reference in a new issue