Update version to 1.36,fix more bugs.

This commit is contained in:
2022-03-13 02:06:36 +08:00
parent eb75318d83
commit 429fa955d8
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) {