From 922ab2f0942e71b524bdba2923b155b06d023e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:19:14 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.12.0 to 1.13.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.12.0...1.13.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.13.0 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 0393563f..ea7bb3a7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ composeBom = "2025.06.00" androidxNavigation = "2.9.0" appcompat = "1.7.1" lottie = "6.4.1" -material = "1.12.0" +material = "1.13.0" robolectric = "4.16" dokkaPlugin = "2.1.0"