Update version to 1.6

This commit is contained in:
2022-04-14 03:20:22 +08:00
parent df5090faac
commit b06ecaa5e0
3 changed files with 5 additions and 5 deletions

View File

@@ -5,9 +5,9 @@ plugins {
}
ext {
appVersionName = "1.53"
appVersionCode = 10
enableR8 = false
appVersionName = "1.6"
appVersionCode = 11
enableR8 = true
}
task clean(type: Delete) {