Add x86 64
This commit is contained in:
parent
73c954df5a
commit
22747e3ed5
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue