Enable arm64 to test

This commit is contained in:
LegacyGamerHD 2020-09-26 10:57:06 +02:00 committed by GitHub
parent e3b29e5fbb
commit dc0eb8c819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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