From 4adc6c3a641aa60c2d4a9d5f32b58fa1b36873e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 05:51:26 +0000 Subject: [PATCH] Bump material from 1.1.0 to 1.3.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0 to 1.3.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.3.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..cafcdf2a 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.3.0' implementation 'androidx.viewpager:viewpager:1.0.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3' }