From 3f635ba3061f89a4618c7d514e11ab6ed82152c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=88=E1=85=A1=E1=86=BC=E1=84=8C?= =?UTF-8?q?=E1=85=AE?= Date: Sat, 27 Jan 2024 13:00:00 +0900 Subject: [PATCH] =?UTF-8?q?[build]=20=EC=95=B1=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 090b4c4e..c5c70418 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"] @@ -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'