From 4945dad84ddd0d6a3791568b00ecc0b9e4f25f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:19:38 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.9.0 to 1.10.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.9.0 to 1.10.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.10.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 7bdb11b..72b97f1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,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.9.0" +google-material = "com.google.android.material:material:1.10.0" junit = "junit:junit:4.13.2" robolectric = "org.robolectric:robolectric:4.10.3"