Skip to content

Commit 89e08f6

Browse files
committed
build: 更新应用版本
-将 versionCode 从 8 修改为 9 - 将 versionName 从 "3.2.15" 修改为 "3.2.16" - 将 mavenVersion 从 "3.2.15" 修改为 "3.2.16"
1 parent f5c2fa5 commit 89e08f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ buildscript {
99
targetSdk = 33
1010

1111
// 应用版本
12-
versionCode = 8
13-
versionName = "3.2.15"
14-
mavenVersion = "3.2.15"
12+
versionCode = 9
13+
versionName = "3.2.16"
14+
mavenVersion = "3.2.16"
1515

1616
// 依赖库版本
1717
coreKtxVersion = "1.13.1"

0 commit comments

Comments
 (0)