Skip to content

Commit 8d7134b

Browse files
author
zhujiang2
committed
更新版本
1 parent 38dab3e commit 8d7134b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/release/app-release.apk

21.6 KB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 27,
15-
"versionName": "3.2.5",
14+
"versionCode": 28,
15+
"versionName": "3.3.0",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
33
compileSdkVersion : 31,
44
minSdkVersion : 25,
55
targetSdkVersion : 31,
6-
versionCode : 27,
7-
versionName : "3.2.5",
6+
versionCode : 28,
7+
versionName : "3.3.0",
88
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner",
99
consumerProguardFiles : 'consumer-rules.pro',
1010
jvmTarget : '11',

0 commit comments

Comments
 (0)