build: update version code

This commit is contained in:
andrew 2023-12-11 15:22:13 +10:30
parent b96a5c561e
commit a57b7ef121
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ configurations.all {
exclude module: "commons-logging"
}
def canonicalVersionCode = 359
def canonicalVersionName = "1.17.4"
def canonicalVersionCode = 360
def canonicalVersionName = "1.17.5"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,