Skip to content

Commit 3c14fbd

Browse files
author
zhujiang2
committed
升级版本
1 parent 137108a commit 3c14fbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/release/app-release.apk

-328 Bytes
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": 50,
15-
"versionName": "4.7.0",
14+
"versionCode": 51,
15+
"versionName": "4.7.1",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
ext {
3-
extra["versionCode"] = 50
4-
extra["versionName"] = "4.7.0"
3+
extra["versionCode"] = 51
4+
extra["versionName"] = "4.7.1"
55

66
extra["sdkVersion"] = 34
77
extra["minSdkVersion"] = 24

0 commit comments

Comments
 (0)