Update version to 1.52

This commit is contained in:
2022-04-04 14:49:03 +08:00
parent 44e99cb3da
commit f5722e3e5c
4 changed files with 6 additions and 6 deletions

View File

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