From 6cd8043b90b91ad2fd477bbe4e4c3b028175c7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:02:29 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.7.0 to 1.12.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.7.0 to 1.12.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.7.0...1.12.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 8ab8c7e..9820437 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ dependencyResolutionManagement { library('androidx-recyclerview', 'androidx.recyclerview:recyclerview:1.3.2') library('androidx-core', 'androidx.core:core-ktx:1.13.1') - library('material-components', 'com.google.android.material:material:1.10.0') + library('material-components', 'com.google.android.material:material:1.12.0') library('circleimageview', 'de.hdodenhof:circleimageview:3.1.0') library('fuzzywuzzy', 'me.xdrop:fuzzywuzzy:1.4.0')