From 04e747ee89b0bc064387abdf01617b1d0ce05a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 01:04:39 +0000 Subject: [PATCH] chore(deps): bump com.google.android.material:material in /android 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] --- android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index f819d02e..fa459e80 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -12,7 +12,7 @@ lifecycleRuntimeKtx = "2.9.4" activityCompose = "1.10.1" composeBom = "2025.10.01" appcompat = "1.7.1" -material = "1.12.0" +material = "1.13.0" materialIconsCore = "1.7.8" mmkv = "2.2.4" okhttp = "5.2.1"