From e6c7d96eea2f2cfa45485dbb8e807044660d3598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:13:44 +0000 Subject: [PATCH] [dependabot]: Bump com.google.android.libraries.identity.googleid:googleid Bumps com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0. --- updated-dependencies: - dependency-name: com.google.android.libraries.identity.googleid:googleid dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../google_sign_in/google_sign_in_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google_sign_in/google_sign_in_android/android/build.gradle b/packages/google_sign_in/google_sign_in_android/android/build.gradle index be86f75821c9..54f960330ccd 100644 --- a/packages/google_sign_in/google_sign_in_android/android/build.gradle +++ b/packages/google_sign_in/google_sign_in_android/android/build.gradle @@ -70,7 +70,7 @@ android { dependencies { implementation("androidx.credentials:credentials:1.5.0") implementation("androidx.credentials:credentials-play-services-auth:1.5.0") - implementation("com.google.android.libraries.identity.googleid:googleid:1.1.1") + implementation("com.google.android.libraries.identity.googleid:googleid:1.2.0") implementation("com.google.android.gms:play-services-auth:21.4.0") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.21.0")