From 318117682a4531c98a857e364575705d693e2bab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 04:43:30 +0000 Subject: [PATCH] Bump material from 1.1.0-alpha08 to 1.3.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0-alpha08 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-alpha08...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 90334c7..ed19113 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'com.github.medyo:android-about-page:1.2.5' implementation 'com.github.chrisbanes:PhotoView:2.3.0' - implementation 'com.google.android.material:material:1.1.0-alpha08' + implementation 'com.google.android.material:material:1.3.0' implementation "androidx.room:room-runtime:2.1.0" kapt "androidx.room:room-compiler:2.1.0"