From 5470628402646feaeb4e4b8658ae741b3d5f2376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:04:49 +0000 Subject: [PATCH] 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-alpha09. - [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-alpha09) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0-alpha09 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1f75b49..8ed90c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation "androidx.core:core-ktx:1.17.0" implementation 'androidx.recyclerview:recyclerview:1.4.0' - implementation 'com.google.android.material:material:1.14.0-alpha08' + implementation 'com.google.android.material:material:1.14.0-alpha09' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.gms:play-services-maps:19.2.0' implementation 'com.github.moondroid.coverflow:library:1.0'