Change versionCode for universal builds.

master
Alan Evans 2019-09-30 11:04:12 -04:00 committed by Greyson Parrelli
parent ee9216df8a
commit ebf3b0dfe1
1 changed files with 3 additions and 3 deletions

View File

@ -296,11 +296,11 @@ def canonicalVersionCode = 535
def canonicalVersionName = "4.48.6"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,
def abiPostFix = ['universal' : 0,
'armeabi-v7a' : 1,
'arm64-v8a' : 2,
'x86' : 3,
'x86_64' : 4,
'universal' : 5]
'x86_64' : 4]
android {
flavorDimensions "none"