From 9bc32e31b107a31937d12d0afff6deb3ff34febc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 03:26:25 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.9.0 to 1.12.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.9.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.9.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 60b14ad6b..c1b00e8c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -216,7 +216,7 @@ dependencies { implementation "androidx.recyclerview:recyclerview:1.3.2" implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.preference:preference:1.2.1" - implementation "com.google.android.material:material:1.9.0" + implementation "com.google.android.material:material:1.12.0" androidTestUtil "androidx.test:orchestrator:$testRunnerVersion" androidTestImplementation "androidx.test:core:1.5.0"