From 13f4f60b1bad2a757efe106663c4d2f22a5a24c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:00:33 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.11.0 to 1.12.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.11.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.11.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] --- material-intro/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material-intro/build.gradle b/material-intro/build.gradle index a946db985..100c4417a 100644 --- a/material-intro/build.gradle +++ b/material-intro/build.gradle @@ -32,7 +32,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' } // TODO: extract this duplicate code...