From 61d3bb1467bfe5b984554d933b2981b9db146828 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 05:05:43 +0000 Subject: [PATCH] Bump material from 1.1.0-alpha08 to 1.2.0-alpha06 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0-alpha08 to 1.2.0-alpha06. - [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.2.0-alpha06) 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..d479756 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.2.0-alpha06' implementation "androidx.room:room-runtime:2.1.0" kapt "androidx.room:room-compiler:2.1.0"