Skip to content

Commit 7328236

Browse files
committed
버전 업
- versionCode : 22 -> 23 - versionName : 2.0.1 -> 2.1.0
1 parent 6c330d6 commit 7328236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "com.runnect.runnect"
2929
minSdk 28
3030
targetSdk 35
31-
versionCode 22
32-
versionName "2.0.1"
31+
versionCode 23
32+
versionName "2.1.0"
3333

3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
buildConfigField "String", "RUNNECT_DEV_URL", properties["RUNNECT_DEV_URL"]

0 commit comments

Comments
 (0)