Update version to 1.36,fix more bugs.

This commit is contained in:
2022-03-13 02:06:36 +08:00
parent 9faab60aa8
commit 3c1a4798d0
2 changed files with 4 additions and 4 deletions

View File

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