Update version to 1.5

This commit is contained in:
2022-03-28 14:29:21 +08:00
parent cfb0c06a6a
commit ab7418931b
6 changed files with 8 additions and 8 deletions

View File

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