Update version to 1.52

This commit is contained in:
2022-04-04 14:49:03 +08:00
parent d19bee25d3
commit 3ab67f91a0
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) {