Bump version to 5.18.5

This commit is contained in:
Greyson Parrelli
2021-07-29 11:02:25 -04:00
parent bae68a1863
commit f70754d8c7

View File

@@ -58,14 +58,14 @@ protobuf {
}
def canonicalVersionCode = 886
def canonicalVersionName = "5.18.4"
def canonicalVersionName = "5.18.5"
def postFixSize = 100
def abiPostFix = ['universal' : 0,
'armeabi-v7a' : 1,
'arm64-v8a' : 2,
'x86' : 3,
'x86_64' : 4]
def abiPostFix = ['universal' : 5,
'armeabi-v7a' : 6,
'arm64-v8a' : 7,
'x86' : 8,
'x86_64' : 9]
def keystores = [ 'debug' : loadKeystoreProperties('keystore.debug.properties') ]