Skip to content

Commit 74ca8d1

Browse files
committed
[chore] #257 버전 코드 및 버전 네임 수정 (18 -> 19, 2.0.1 -> 2.0.2)
1 parent 80fc0bd commit 74ca8d1

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
@@ -25,8 +25,8 @@ android {
2525
applicationId = "org.sopt.pingle"
2626
minSdk = 28
2727
targetSdk = 35
28-
versionCode = 18
29-
versionName = "2.0.1"
28+
versionCode = 19
29+
versionName = "2.0.2"
3030

3131
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3232
buildConfigField(

0 commit comments

Comments
 (0)