Update version to 2.35

This commit is contained in:
2022-04-04 13:54:42 +08:00
parent 56cc7e6390
commit 3af2a1b4b4
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) {