From 673ccaa68d2bf0305c17f1574ad77d169bcc3bdb Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:37:49 +0000 Subject: [PATCH] fix(deps): update dependency com.google.android.libraries.identity.googleid:googleid to v1.1.1 (#79) Co-authored-by: descope[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d815c06..7c29126 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,7 +52,7 @@ android { implementation "androidx.security:security-crypto:1.0.0" implementation "androidx.credentials:credentials:1.2.2" 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.libraries.identity.googleid:googleid:1.1.1" implementation "com.google.android.gms:play-services-fido:20.1.0" }