From 3e0de96b8d1372c03b991511ef92f2c83cf018bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:32:55 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.11.0 to 1.13.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.11.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.11.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 2efa4c9..0efbe10 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ orbitMvi = "6.1.0" viewbindingPropertyDelegate = "1.5.9" androidXCore = "1.9.0" androidXAppcompat = "1.6.1" -androidMaterial = "1.11.0" +androidMaterial = "1.13.0" androidGradlePlugin = "8.3.0" kotlinAndroidPlugin = "1.9.24" hiltAndroidPlugin = "2.48"