From 596334e60d62423d0b45b4a3bc02d5b26f7cbba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:41:18 +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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6131b4c..1d2ef38 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ androidx-navigation-ui = { module = "androidx.navigation:navigation-ui-ktx", ver androidx-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } androidx-test-junit = "androidx.test.ext:junit:1.1.5" androidx-test-espresso = "androidx.test.espresso:espresso-core:3.5.1" -google-material = "com.google.android.material:material:1.11.0" +google-material = "com.google.android.material:material:1.12.0" junit = "junit:junit:4.13.2" robolectric = "org.robolectric:robolectric:4.12.1"