Bump version to 5.0.9

This commit is contained in:
Greyson Parrelli
2021-01-08 17:39:13 -05:00
parent e5e9a7108e
commit 20996c985b

View File

@@ -62,14 +62,14 @@ protobuf {
}
def canonicalVersionCode = 759
def canonicalVersionName = "5.0.8"
def canonicalVersionName = "5.0.9"
def postFixSize = 10
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') ]