Update version to 2.35

This commit is contained in:
2022-04-04 13:54:42 +08:00
parent 5d81b8ff87
commit abffc4d853
5 changed files with 7 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "2.3"
appVersionCode = 28
appVersionName = "2.35"
appVersionCode = 29
}
task clean(type: Delete) {