Bump version to 6.22.6

This commit is contained in:
Cody Henthorne
2023-06-08 10:58:12 -04:00
parent bd61b91722
commit 535a163f00
+5 -5
View File
@@ -50,11 +50,11 @@ def canonicalVersionCode = 1272
def canonicalVersionName = "6.22.5"
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') ]