Skip to content

Commit 3f635ba

Browse files
committed
[build] 앱버전 수정
1 parent ce4af6e commit 3f635ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "com.sopt.peekabookaos"
2222
minSdk 28
2323
targetSdk 34
24-
versionCode 7
25-
versionName "1.1.1"
24+
versionCode 9
25+
versionName "1.2.0"
2626

2727
buildConfigField "String", "NAVER_URL", properties["NAVER_URL"]
2828
buildConfigField "String", "CLIENT_ID", properties["CLIENT_ID"]
@@ -143,6 +143,7 @@ dependencies {
143143
implementation 'com.google.android.gms:play-services-tagmanager:18.0.4'
144144
implementation 'com.google.firebase:firebase-auth-ktx'
145145
implementation 'com.google.firebase:firebase-messaging-ktx:23.4.1'
146+
implementation 'com.google.android.recaptcha:recaptcha:18.4.0'
146147

147148
implementation 'androidx.core:core-ktx:1.12.0'
148149
implementation 'androidx.appcompat:appcompat:1.6.1'

0 commit comments

Comments
 (0)