From ff5473d3b0294bbcc816868474e26b98ccb91e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:16:30 +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-alpha06 to 1.14.0-alpha07. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.14.0-alpha06...1.14.0-alpha07) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0-alpha07 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 f7a65f2..08bf24c 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-alpha06' + implementation 'com.google.android.material:material:1.14.0-alpha07' 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'