From 49cba69020f8d41ffcfe882df7510e4b8a19a5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 06:18:30 +0000 Subject: [PATCH] chore(deps): bump com.google.android.gms:play-services-auth in /android Bumps com.google.android.gms:play-services-auth from 21.5.0 to 21.5.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-version: 21.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e4eefe5..3fe21c2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,7 +69,7 @@ repositories { dependencies { implementation "com.facebook.react:react-android" - implementation "com.google.android.gms:play-services-auth:21.5.0" + implementation "com.google.android.gms:play-services-auth:21.5.1" implementation "androidx.credentials:credentials:1.5.0" implementation "androidx.credentials:credentials-play-services-auth:1.5.0" implementation "com.google.android.libraries.identity.googleid:googleid:1.2.0"