Bump version to 5.29.7

This commit is contained in:
Alex Hart
2022-01-25 10:26:22 -04:00
parent 318f3589d6
commit 45e9638b8b

View File

@@ -63,14 +63,14 @@ ktlint {
}
def canonicalVersionCode = 990
def canonicalVersionName = "5.29.6"
def canonicalVersionName = "5.29.7"
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') ]