Skip to content

Commit c4b8b13

Browse files
author
zhujiang2
committed
升级版本号,该做的动画都做了,所以提升一个大点的版本
1 parent 349916f commit c4b8b13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/release/app-release.apk

62.2 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": 47,
15-
"versionName": "4.5.5",
14+
"versionCode": 48,
15+
"versionName": "4.6.0",
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"] = 47
4-
extra["versionName"] = "4.5.5"
3+
extra["versionCode"] = 48
4+
extra["versionName"] = "4.6.0"
55

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

0 commit comments

Comments
 (0)