Update version to 3.3,support QQ 8.8.83

This commit is contained in:
2022-03-18 15:10:57 +08:00
parent fe11d0e67b
commit 48eb942167
2 changed files with 5 additions and 5 deletions

View File

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