Bump version to 5.41.12

This commit is contained in:
Cody Henthorne
2022-07-01 13:03:20 -04:00
parent edc7d4d696
commit 7baf8939c7

View File

@@ -58,14 +58,14 @@ ktlint {
}
def canonicalVersionCode = 1076
def canonicalVersionName = "5.41.11"
def canonicalVersionName = "5.41.12"
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') ]