Skip to content

Commit

Permalink
[chore] 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Jan 19, 2024
1 parent 2a1e546 commit a84046c
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 6
versionName "1.1.0"
versionCode 7
versionName "1.1.1"

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

0 comments on commit a84046c

Please sign in to comment.