Adds arm64-v8a and x86_64 for supporting 64-bit architecture

This commit is contained in:
emelko
2020-05-02 18:39:07 +02:00
parent bef7b6ae54
commit a26080ad2a
+1 -1
View File
@@ -110,7 +110,7 @@ android {
versionCode 3
versionName "0.1905.29-beta"
ndk {
abiFilters "armeabi-v7a", "x86"
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'