Skip to content

Commit 1bafa30

Browse files
committed
build: 更新应用版本号
- 将 versionName 从 "3.2.2" 修改为 "3.2.200"- 将 mavenVersion 从 "3.2.2" 修改为 "3.2.200"
1 parent 2143e8a commit 1bafa30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ buildscript {
1010

1111
// 应用版本
1212
versionCode = 19
13-
versionName = "3.2.2"
14-
mavenVersion = "3.2.2"
13+
versionName = "3.2.200"
14+
mavenVersion = "3.2.200"
1515

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

0 commit comments

Comments
 (0)