From 07e87f4244b1ae3c2e4af97fb5c8761df8cd38ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 06:14:45 +0000 Subject: [PATCH] chore(deps): bump androidx.credentials:credentials in /android Bumps androidx.credentials:credentials from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.credentials:credentials dependency-version: 1.6.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 7de985f..30b5a57 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.1" - implementation "androidx.credentials:credentials:1.5.0" - implementation "androidx.credentials:credentials-play-services-auth:1.5.0" + implementation "androidx.credentials:credentials:1.6.0" + implementation "androidx.credentials:credentials-play-services-auth:1.6.0" implementation "com.google.android.libraries.identity.googleid:googleid:1.2.0" } \ No newline at end of file