From 5a254c871d66a3b8199d58fd4a5b5207615ef249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:28:55 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.13.0 to 1.14.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.13.0...1.14.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e34f8d349..b6471ab85 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -513,7 +513,7 @@ dependencies { implementation("com.google.android.gms:play-services-base:18.10.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.material:material:1.14.0") implementation("com.google.android.flexbox:flexbox:3.0.0") implementation("com.google.code.gson:gson:2.14.0") implementation("com.google.api-client:google-api-client-android:2.9.0")