Bump version to 6.12.6

This commit is contained in:
Cody Henthorne
2023-02-27 16:42:33 -05:00
parent 5ab5e26f31
commit 5b58f7bf9c

View File

@@ -47,14 +47,14 @@ ktlint {
}
def canonicalVersionCode = 1219
def canonicalVersionName = "6.12.5"
def canonicalVersionName = "6.12.6"
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') ]