Skip to content

Commit

Permalink
versionCode:22, versionName: 2.0.1
Browse files Browse the repository at this point in the history
- 버그 수정
- 내가 그린 코스 공유 기능 추가
  • Loading branch information
unam98 committed Jun 20, 2024
1 parent 8f7106d commit bc54e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.runnect.runnect"
minSdk 28
targetSdk 33
versionCode 21
versionName "2.0.0"
versionCode 22
versionName "2.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "RUNNECT_DEV_URL", properties["RUNNECT_DEV_URL"]
Expand Down

0 comments on commit bc54e3e

Please sign in to comment.