Skip to content

Commit

Permalink
[chore] versionCode를 3, versionName을 1.0.1로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjinc committed Oct 17, 2022
1 parent a06aa21 commit c8cc45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ plugins {
android {
defaultConfig {
applicationId = "org.helfoome"
versionCode = 2
versionName = "1.0.0"
versionCode = 3
versionName = "1.0.1"
buildConfigField("String", "NAVER_CLIENT_ID", properties.getProperty("NAVER_CLIENT_ID"))
buildConfigField("String", "NAVER_CLIENT_SECRET", properties.getProperty("NAVER_CLIENT_SECRET"))
buildConfigField("String", "NAVER_CLIENT_NAME", properties.getProperty("NAVER_CLIENT_NAME"))
Expand Down

0 comments on commit c8cc45e

Please sign in to comment.