Skip to content

Commit

Permalink
build: upgrade version code and name (#320)
Browse files Browse the repository at this point in the history
.
  • Loading branch information
2zerozu committed Dec 22, 2024
1 parent e70a317 commit 965341f
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 @@ -21,8 +21,8 @@ android {
applicationId "com.sopt.peekabookaos"
minSdk 28
targetSdk 34
versionCode 11
versionName "1.2.2"
versionCode 12
versionName "1.3.0"

buildConfigField "String", "NAVER_URL", properties["NAVER_URL"]
buildConfigField "String", "CLIENT_ID", properties["CLIENT_ID"]
Expand Down

0 comments on commit 965341f

Please sign in to comment.