From 32b66d654dbbb64385b62d8d71708d63e0fee6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 16:59:26 +0000 Subject: [PATCH] Bump com.google.android.gms:play-services-auth from 21.5.0 to 21.5.1 Bumps com.google.android.gms:play-services-auth from 21.5.0 to 21.5.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-version: 21.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 81cd1c433..5c778c627 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -513,7 +513,7 @@ dependencies { implementation("androidx.webkit:webkit:1.15.0") implementation("com.google.android.gms:play-services-base:18.10.0") - implementation("com.google.android.gms:play-services-auth:21.5.0") + implementation("com.google.android.gms:play-services-auth:21.5.1") implementation("com.google.android.material:material:1.13.0") implementation("com.google.android.flexbox:flexbox:3.0.0") implementation("com.google.code.gson:gson:2.13.2")