From 9890ffafa06b553673a22f8767c004437c79b9af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 04:45:06 +0000 Subject: [PATCH] Bump material from 1.1.0-alpha08 to 1.3.0-alpha03 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0-alpha08 to 1.3.0-alpha03. - [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-alpha03) 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 0069405..8f88095 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-alpha03' implementation "androidx.room:room-runtime:2.1.0" kapt "androidx.room:room-compiler:2.1.0"