From d3271bda92dd6fcf6c3cb6e084dff1d02f567ff6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 07:38:27 +0000 Subject: [PATCH] chore(deps): bump material from 1.2.0 to 1.2.1 in /snippets Bumps [material](https://github.com/material-components/material-components-android) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.2.0...1.2.1) Signed-off-by: dependabot-preview[bot] --- snippets/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 1e4e212b..d0917218 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.1' implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.2.0' + implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.navigation:navigation-fragment:2.3.0' implementation 'androidx.navigation:navigation-ui:2.3.0'