From 0ee185e1b4800b0d750b19383c5d8604487b6d44 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:12:08 +0000 Subject: [PATCH] fix(deps): update dependency androidx.credentials:credentials to v1.3.0 (#90) Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 880214f..9c92a22 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,7 +50,7 @@ android { dependencies { 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:1.3.0" implementation "androidx.credentials:credentials-play-services-auth:1.2.2" implementation "com.google.android.libraries.identity.googleid:googleid:1.1.1" implementation "com.google.android.gms:play-services-fido:20.1.0"