Skip to content
This repository was archived by the owner on Jul 18, 2026. It is now read-only.

Commit ccfff4b

Browse files
committed
修改版本号
1 parent 8fc81fa commit ccfff4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
applicationId = "com.yenaly.han1meviewer"
3838
minSdk = property("min.sdk")?.toString()?.toIntOrNull()
3939
targetSdk = property("target.sdk")?.toString()?.toIntOrNull()
40-
val (code, name) = createVersion(major = 0, minor = 19, patch = 6)
40+
val (code, name) = createVersion(major = 0, minor = 20, patch = 0)
4141
versionCode = code
4242
versionName = name
4343

0 commit comments

Comments
 (0)