Bump version to 5.23.8

This commit is contained in:
Alex Hart
2021-09-17 13:12:54 -03:00
parent 10523948b8
commit 5782fbec06

View File

@@ -72,14 +72,14 @@ protobuf {
}
def canonicalVersionCode = 919
def canonicalVersionName = "5.23.7"
def canonicalVersionName = "5.23.8"
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') ]