From a01526cee712d6e7c791cf48cbfff4cf57edbe7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 09:02:41 +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] --- sample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index c83ed8f..6cf1018 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("androidx.core:core-ktx:1.18.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("com.jakewharton.timber:timber:5.0.1") - implementation("com.google.android.material:material:1.13.0") + implementation("com.google.android.material:material:1.14.0") androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0") androidTestImplementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4")