From 8a09b02b7a80018d4592661e3581c1d66efa5911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:59:57 +0000 Subject: [PATCH] chore(deps): bump com.google.android.material:material 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 52e6c71..5702ec3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidx-test-ext-junit = "1.1.5" espresso-core = "3.5.1" appcompat = "1.6.1" leakcanary = "2.13" -material = "1.11.0" +material = "1.12.0" constraintlayout = "2.1.4" navigation-fragment-ktx = "2.7.7" tapsell = "1.0.1-beta06"