From 35b9003acdc62f6e5f2c03bfe6d17bc5e10f89c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 03:03:00 +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] --- 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 b071ac3..0072e0b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ androidx-lifecycle-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime androidx-test-espresso-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" } androidx-test-ext-junit = "androidx.test.ext:junit:1.3.0" com-android-tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" } -com-google-android-material = "com.google.android.material:material:1.13.0" +com-google-android-material = "com.google.android.material:material:1.14.0" com-google-android-play-app-update-ktx = { module = "com.google.android.play:app-update-ktx", version.ref = "com-google-android-play" } io-gitlab-arturbosch-detekt-detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "io-gitlab-arturbosch-detekt" } junit = "junit:junit:4.13.2"