From 1d570685da0f998645ef205ec197ac4da8e5199a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:53:59 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.5.0 to 1.13.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.5.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.5.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e312df7..8f1a215 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "androidx.core:core-ktx:1.9.0" implementation "androidx.fragment:fragment-ktx:1.6.2" implementation 'com.github.bumptech.glide:glide:4.16.0' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.13.0' testImplementation 'junit:junit:4.13.2'