Update version to 3.2,support QQ 8.8.80

This commit is contained in:
2022-02-25 22:24:38 +08:00
parent 8c38183869
commit 9b3585c309
2 changed files with 5 additions and 5 deletions

View File

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