From 752d4a35a39ca2f23315eb3611d4a09ef3e36334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:05:33 +0000 Subject: [PATCH] Bump material from 1.3.0 to 1.7.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.3.0 to 1.7.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.3.0...1.7.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9d13f780..d7fe974a 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' // Material Components - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.7.0' } /*