Update version to 3.6,support QQ 8.8.85

This commit is contained in:
2022-03-31 15:04:17 +08:00
parent 3a1a20e688
commit 2d31d46cd2
3 changed files with 4 additions and 4 deletions

View File

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