diff --git a/android/build.gradle b/android/build.gradle index 34d7213..604ba0c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -63,8 +63,8 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native" - implementation "com.google.android.recaptcha:recaptcha:18.0.0" - implementation 'com.google.android.gms:play-services-base:18.1.0' + implementation "com.google.android.recaptcha:recaptcha:18.4.0" + implementation 'com.google.android.gms:play-services-base:18.1.0' } if (isNewArchitectureEnabled()) {