Skip to content

Commit

Permalink
Merge pull request #815 from TeamHavit/hotfix
Browse files Browse the repository at this point in the history
[FIX] versionCode 변경 (#812)
  • Loading branch information
yubinquitous authored Dec 2, 2022
2 parents 4378b76 + 3842f6c commit 01c9fe0
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 @@ -19,8 +19,8 @@ android {
applicationId "org.sopt.havit"
minSdk 23
targetSdk 31
versionCode 101
versionName "1.0.0"
versionCode 102
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "HAVIT_BASE_URL_DEV", properties["HAVIT_BASE_URL_DEV"])
buildConfigField("String", "HAVIT_BASE_URL_PROD", properties["HAVIT_BASE_URL_PROD"])
Expand Down

0 comments on commit 01c9fe0

Please sign in to comment.