Skip to content

Commit ae610ac

Browse files
committed
[chore] #255 버전 코드 및 버전 네임 수정 (17 -> 18, 2.0.0 -> 2.0.1)
1 parent 78a2749 commit ae610ac

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
@@ -26,8 +26,8 @@ android {
2626
applicationId = "org.sopt.pingle"
2727
minSdk = 28
2828
targetSdk = 34
29-
versionCode = 17
30-
versionName = "2.0.0"
29+
versionCode = 18
30+
versionName = "2.0.1"
3131

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

0 commit comments

Comments
 (0)