From 79553a667fe7aba69a60b7a4ea1f645628c67525 Mon Sep 17 00:00:00 2001 From: "descope[bot]" Date: Wed, 24 Apr 2024 20:29:24 +0000 Subject: [PATCH] fix(deps): update dependency androidx.credentials:credentials-play-services-auth to v1.2.2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index bfff58a..3fbcb3e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,7 +51,7 @@ android { implementation "androidx.browser:browser:1.8.0" implementation "androidx.security:security-crypto:1.0.0" implementation "androidx.credentials:credentials:1.2.2" - implementation "androidx.credentials:credentials-play-services-auth:1.2.1" + implementation "androidx.credentials:credentials-play-services-auth:1.2.2" implementation "com.google.android.libraries.identity.googleid:googleid:1.1.0" implementation "com.google.android.gms:play-services-fido:20.1.0" }