From 5167b28fe50dd1e47a9530b110fc0409075fef2f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 13:21:15 +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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 447c6f8e..7ab6d462 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') 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' def appCenterSdkVersion = '2.5.1' implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"