Skip to content

Commit

Permalink
[build] 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Mar 28, 2024
1 parent 306df50 commit 618012c
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 9
versionName "1.2.0"
versionCode 10
versionName "1.2.1"

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

0 comments on commit 618012c

Please sign in to comment.