Update version to 1.53

This commit is contained in:
2022-04-04 23:22:10 +08:00
parent 7896e4836c
commit 1f2b1d5046
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.52"
appVersionCode = 9
appVersionName = "1.53"
appVersionCode = 10
}
task clean(type: Delete) {