Skip to content

Commit

Permalink
[fix] 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Sep 7, 2023
1 parent 0ee7c2c commit 30e1c87
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 "com.sopt.peekabookaos"
minSdk 28
targetSdk 33
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.0.0"

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

0 comments on commit 30e1c87

Please sign in to comment.