From 739782cef4ebddded2eff5d101f60c6c1ff8a6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 04:05:11 +0000 Subject: [PATCH] Bump material from 1.5.0 to 1.8.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.5.0 to 1.8.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.8.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 6aae24a..8db37f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -106,7 +106,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.8.0' implementation 'com.github.jkwiecien:EasyImage:1.3.1' implementation 'com.facebook.device.yearclass:yearclass:2.1.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0'