Add x86 64

This commit is contained in:
Victor Shcherb 2019-10-28 16:47:20 +01:00
parent 73c954df5a
commit 22747e3ed5

View file

@ -51,6 +51,8 @@ android {
versionName "3.5.0"
versionName System.getenv("APK_VERSION")? System.getenv("APK_VERSION").toString(): versionName
versionName System.getenv("APK_VERSION_SUFFIX")? versionName + System.getenv("APK_VERSION_SUFFIX").toString(): versionName
ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' ,'x86_64'
}
lintOptions {