From 60b3aaabe2e34376a45dfb8afef0f1213aa94022 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:08:51 +0000 Subject: [PATCH] Bump design from 26.0.2 to 28.0.0 Bumps [design](https://github.com/material-components/material-components-android) from 26.0.2 to 28.0.0. - [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 27d3a65..7febd7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.android.support:appcompat-v7:26.0.2' implementation 'com.android.support:recyclerview-v7:26.0.2' implementation 'com.android.support:cardview-v7:26.0.2' - implementation 'com.android.support:design:26.0.2' + implementation 'com.android.support:design:28.0.0' testImplementation 'junit:junit:4.12' implementation 'com.android.support.constraint:constraint-layout:1.0.2'