From 1e2fa56a816c0cfe7da05bea7011fd6d5160952b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:30:12 +0000 Subject: [PATCH] Bump com.google.android.material:material in /android-kotlin Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.5.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.5.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] --- android-kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-kotlin/app/build.gradle b/android-kotlin/app/build.gradle index dc2b7f9..38c2a87 100644 --- a/android-kotlin/app/build.gradle +++ b/android-kotlin/app/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'com.android.volley:volley:1.2.1' implementation('com.microsoft.identity.client:msal:2.2.3') { exclude group: 'com.microsoft.device.display'