Skip to content

Commit 26cf642

Browse files
committed
Update app version
1 parent 5f26e1a commit 26cf642

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
applicationId = "dev.chungjungsoo.gptmobile"
2020
minSdk = 31
2121
targetSdk = 36
22-
versionCode = 17
23-
versionName = "0.7.1"
22+
versionCode = 18
23+
versionName = "0.7.2"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
vectorDrawables {

0 commit comments

Comments
 (0)