Skip to content

Commit ac617d4

Browse files
committed
feat(app): 更新版本号至1.3.3
- 将`versionCode`更新为10303,`versionName`更新为1.3.3,以支持新版本发布。 - 准备应用发布流程,优化版本管理。
1 parent 486755c commit ac617d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919

2020
defaultConfig {
2121
applicationId = "com.mrl.pixiv"
22-
versionCode = 10302
23-
versionName = "1.3.2"
22+
versionCode = 10303
23+
versionName = "1.3.3"
2424

2525
vectorDrawables {
2626
useSupportLibrary = true

0 commit comments

Comments
 (0)