Skip to content

Commit cfc5003

Browse files
committed
build(gradle): 更新应用版本号至3.2.204将versionCode从22更新至23,versionName和mavenVersion从3.2.203更新至3.2.204
1 parent 9acbd06 commit cfc5003

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 = 22
13-
versionName = "3.2.203"
14-
mavenVersion = "3.2.203"
12+
versionCode = 23
13+
versionName = "3.2.204"
14+
mavenVersion = "3.2.204"
1515

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

0 commit comments

Comments
 (0)