From b8c04a7a69d73ff99fd77f9a35d2b04dcc2f6aea Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:34:39 +0000 Subject: [PATCH] fix(deps): update dependency com.google.android.gms:play-services-fido to v21 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 9e357a2..ee63b5d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -53,7 +53,7 @@ android { implementation "androidx.credentials:credentials:1.3.0" implementation "androidx.credentials:credentials-play-services-auth:1.3.0" implementation "com.google.android.libraries.identity.googleid:googleid:1.1.1" - implementation "com.google.android.gms:play-services-fido:20.1.0" + implementation "com.google.android.gms:play-services-fido:21.1.0" } testOptions {