Skip to content

Commit

Permalink
[CHORE] version code, name v1.0.2 -> v1.0.3 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
KxxHyoRim committed Mar 1, 2023
1 parent f52570d commit 940a38c
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 102
versionName "1.0.1"
versionCode 103
versionName "1.0.3"
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 940a38c

Please sign in to comment.