From 48c0a5ec11c8ce92f7d725ff18b573a63d8da6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:04:45 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.2.1 to 1.12.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.2.1 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.2.1...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 96041e63..3a3eef9d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] androidXFragment = "1.2.5" androidXRecyclerView = "1.1.0" -androidMaterial = "1.2.1" +androidMaterial = "1.12.0" androidXTestRunner = "1.3.0" androidXEspresso = "3.3.0" junit = "4.12"