Skip to content

Commit

Permalink
[CHORE] version code, name v1.0.3 -> v1.0.4 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ny2060 committed Apr 22, 2023
1 parent 0087538 commit 01e8471
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 103
versionName "1.0.3"
versionCode 104
versionName "1.0.4"
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 01e8471

Please sign in to comment.