From ae0462551f96682576e607f531e4d60d8c519ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:11:33 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.2.1 to 1.8.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.2.1 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.2.1...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eada2939a..bc7138ef5 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { activityVersion = '1.5.1' appCompatVersion = '1.2.0' constraintLayoutVersion = '1.1.3' - materialComponentsVersion = '1.2.1' + materialComponentsVersion = '1.8.0' roomVersion = '2.4.3' fragmentVersion = '1.5.1' lifecycleVersion = '2.5.1'