From 9a02f68795a2607d11f445c0ca72ce8a51811e9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:42:28 +0000 Subject: [PATCH] Bump material from 1.1.0 to 1.4.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0 to 1.4.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.1.0...1.4.0) Signed-off-by: dependabot-preview[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 56b68a38..0d0d7c6a 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation project(':library') implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.1.0' + implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.viewpager:viewpager:1.0.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3' }