Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
As part of our regular internal security research and testing, an issue was discovered in reCAPTCHA Enterprise Mobile for Android SDKs v18.0.0 - v18.3.0. The issue has been resolved and customers must update to v18.4.0 to benefit from the security patches. This issue does not affect older versions of the SDK (v16, v17) nor does it affect iOS SDKs
  • Loading branch information
rodrigorbrg authored Jan 4, 2024
1 parent 5735496 commit 00a23fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 00a23fe

Please sign in to comment.