File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ android {
113
113
reset()
114
114
enable enableSeparateBuildPerCPUArchitecture
115
115
universalApk false // If true, also generate a universal APK
116
- include " armeabi-v7a" , " x86" , " arm64-v8a" , " x86-64 "
116
+ include " armeabi-v7a" , " x86" , " arm64-v8a" , " x86_64 "
117
117
}
118
118
}
119
119
buildTypes {
@@ -127,7 +127,7 @@ android {
127
127
variant. outputs. each { output ->
128
128
// For each separate APK per architecture, set a unique version code as described here:
129
129
// http://tools.android.com/tech-docs/new-build-system/user-guide/apk-splits
130
- def versionCodes = [" armeabi-v7a" :1 , " x86" :2 , " arm64-v8a" : 3 , " x86-64 " : 4 ]
130
+ def versionCodes = [" armeabi-v7a" :1 , " x86" :2 , " arm64-v8a" : 3 , " x86_64 " : 4 ]
131
131
def abi = output. getFilter(OutputFile . ABI )
132
132
if (abi != null ) { // null for the universal-debug, universal-release variants
133
133
output. versionCodeOverride =
You can’t perform that action at this time.
0 commit comments