Bump version to 5.33.7

This commit is contained in:
Cody Henthorne
2022-03-18 10:14:45 -04:00
parent cb6c2cbb9e
commit b0bc84ad93

View File

@@ -64,14 +64,14 @@ ktlint {
}
def canonicalVersionCode = 1025
def canonicalVersionName = "5.33.6"
def canonicalVersionName = "5.33.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') ]