Disable arm64 and x86_64 build

This commit is contained in:
Tran Khanh Duy 2020-09-30 06:17:37 +07:00 committed by GitHub
parent 44c0d260bf
commit 12e07b91b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ android {
multiDexEnabled true //important multiDexEnabled true //important
ndk { ndk {
abiFilters "armeabi-v7a" , "x86" , "x86_64" , "arm64-v8a" abiFilters "armeabi-v7a" , "x86" // , "x86_64" , "arm64-v8a"
} }
} }