Update version to 3.7

This commit is contained in:
2022-04-04 03:06:17 +08:00
parent fb90d4051b
commit f285e6f96d
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "3.6"
appVersionCode = 14
appVersionName = "3.7"
appVersionCode = 15
}
task clean(type: Delete) {