From 5d0cdb91b4b00faf4f541611ff25f332fa60a8bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 21:19:52 +0000 Subject: [PATCH] chore(deps): bump material from 1.1.0-alpha09 to 1.1.0-alpha10 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0-alpha09 to 1.1.0-alpha10. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/commits) 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 43bac5c01..2d6b90db5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ dependencies { implementation "org.koin:koin-androidx-viewmodel:${versions.koin_version}" //Material Design - implementation 'com.google.android.material:material:1.1.0-alpha09' + implementation 'com.google.android.material:material:1.1.0-alpha10' //Timber implementation 'com.jakewharton.timber:timber:4.7.1'