From 4871a279468db4e966905fb7cc0a9eb5455b626a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:31:31 +0000 Subject: [PATCH] Bump material from 1.2.1 to 1.6.1 Bumps [material](https://github.com/material-components/material-components-android) from 1.2.1 to 1.6.1. - [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.6.1) --- 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 1d903f0fb..2a12f884a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { // Google libraries appCompatVersion = '1.2.0' constraintLayoutVersion = '1.1.3' - materialComponentsVersion = '1.2.1' + materialComponentsVersion = '1.6.1' roomVersion = '2.3.0' fragmentVersion = '1.2.5' lifecycleVersion = '2.2.0'