File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
21
21
applicationId " com.sopt.peekabookaos"
22
22
minSdk 28
23
23
targetSdk 34
24
- versionCode 7
25
- versionName " 1.1.1 "
24
+ versionCode 9
25
+ versionName " 1.2.0 "
26
26
27
27
buildConfigField " String" , " NAVER_URL" , properties[" NAVER_URL" ]
28
28
buildConfigField " String" , " CLIENT_ID" , properties[" CLIENT_ID" ]
@@ -143,6 +143,7 @@ dependencies {
143
143
implementation ' com.google.android.gms:play-services-tagmanager:18.0.4'
144
144
implementation ' com.google.firebase:firebase-auth-ktx'
145
145
implementation ' com.google.firebase:firebase-messaging-ktx:23.4.1'
146
+ implementation ' com.google.android.recaptcha:recaptcha:18.4.0'
146
147
147
148
implementation ' androidx.core:core-ktx:1.12.0'
148
149
implementation ' androidx.appcompat:appcompat:1.6.1'
You can’t perform that action at this time.
0 commit comments