From 5f22ee79c824e002f41ffff501d58234b2bf95d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:29:47 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.10.0 to 1.11.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: com.google.android.material:material 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 2c57f9cb..52fd85df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" - implementation "com.google.android.material:material:1.10.0" + implementation "com.google.android.material:material:1.11.0" implementation "androidx.work:work-runtime-ktx:$workmanager_version" implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version"