Update version to 1.51

This commit is contained in:
2022-03-29 21:21:02 +08:00
parent d4f004894e
commit 66f309dc91
3 changed files with 4 additions and 4 deletions

View File

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