From 2cc4175ea23edbcbcee2c5df7dc9831e25c36071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:40:45 +0000 Subject: [PATCH] chore(deps): bump androidx.credentials:credentials in /android Bumps androidx.credentials:credentials from 1.3.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.credentials:credentials dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index a291db8..ede70f4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -70,7 +70,7 @@ repositories { dependencies { implementation "com.facebook.react:react-android" implementation "com.google.android.gms:play-services-auth:21.5.0" - implementation "androidx.credentials:credentials:1.3.0" - implementation "androidx.credentials:credentials-play-services-auth:1.3.0" + 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" } \ No newline at end of file