From 25ff72d5c07867dddabf7b4c6d0068ace6a0a60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 04:59:24 +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 7f04ea9..6e97ae3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation rootProject.ext.kotlin implementation rootProject.ext.appcompat implementation "androidx.preference:preference-ktx:1.2.1" - implementation "com.google.android.material:material:1.9.0" + implementation "com.google.android.material:material:1.12.0" implementation "androidx.fragment:fragment-ktx:1.6.2" implementation rootProject.ext.core implementation rootProject.ext.constraintLayout