Update Version to 3.1 Support QQ 8.8.68

This commit is contained in:
2022-01-25 05:51:16 +08:00
parent a4d62137a2
commit 7a1c53ed17
4 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ android {
minSdkVersion 22
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 26
versionCode 9
versionName "3.0"
versionCode 10
versionName "3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Binary file not shown.

View File

@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 7,
"versionName": "2.4",
"versionCode": 10,
"versionName": "3.1",
"outputFile": "app-release.apk"
}
],