Bump version to 6.22.8

This commit is contained in:
Cody Henthorne
2023-06-09 15:00:23 -04:00
parent 9a3faae731
commit c3e9f98273

View File

@@ -47,14 +47,14 @@ ktlint {
}
def canonicalVersionCode = 1272
def canonicalVersionName = "6.22.7"
def canonicalVersionName = "6.22.8"
def postFixSize = 100
def abiPostFix = ['universal' : 10,
'armeabi-v7a' : 11,
'arm64-v8a' : 12,
'x86' : 13,
'x86_64' : 14]
def abiPostFix = ['universal' : 15,
'armeabi-v7a' : 16,
'arm64-v8a' : 17,
'x86' : 18,
'x86_64' : 19]
def keystores = [ 'debug' : loadKeystoreProperties('keystore.debug.properties') ]