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 23, 2024
1 parent 977e356 commit e70e075
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 e70e075

Please sign in to comment.