Update version to 3.5

This commit is contained in:
2022-03-24 15:36:12 +08:00
parent 6799e1e52d
commit c045529914
4 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "3.3"
appVersionCode = 12
appVersionName = "3.5"
appVersionCode = 13
}
task clean(type: Delete) {