From 20cc53deca66c16b1dc6f3f8297b1a5e002e3d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 11:49:25 +0000 Subject: [PATCH] chore(deps): bump com.google.android.material:material Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.14.0-alpha08 to 1.14.0-rc01. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.14.0-alpha08...1.14.0-rc01) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0-rc01 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8c5d7c62..f6dbc5aa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ ksp = "2.2.10-2.0.2" leakcanary = "3.0-alpha-8" lifecycle = "2.9.4" markwon = "4.6.2" -material = "1.14.0-alpha08" +material = "1.14.0-rc01" moshi = "1.15.2" okhttp = "5.3.2" okio = "3.17.0"