Skip to content

Commit

Permalink
[build] 앱버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Mar 14, 2024
1 parent ce4af6e commit 3f635ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 7
versionName "1.1.1"
versionCode 9
versionName "1.2.0"

buildConfigField "String", "NAVER_URL", properties["NAVER_URL"]
buildConfigField "String", "CLIENT_ID", properties["CLIENT_ID"]
Expand Down Expand Up @@ -143,6 +143,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-tagmanager:18.0.4'
implementation 'com.google.firebase:firebase-auth-ktx'
implementation 'com.google.firebase:firebase-messaging-ktx:23.4.1'
implementation 'com.google.android.recaptcha:recaptcha:18.4.0'

implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down

0 comments on commit 3f635ba

Please sign in to comment.