From b2389095c1e5deb23f30f788c355abf9666b44bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:11:10 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.9.0 to 1.13.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.9.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.9.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 e164c97..8e51fca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.7. androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.5.7" } androidx-annotations = { module = "androidx.annotation:annotation", version = "1.6.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } -androidx-design = { module = "com.google.android.material:material", version = "1.9.0" } +androidx-design = { module = "com.google.android.material:material", version = "1.13.0" } androidx-junit = { module = "androidx.test.ext:junit", version.ref = "junit" } androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso-core" }