From d3d39ea3f474a510608813c2d99abe2ec379d5f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 22:53:03 +0000 Subject: [PATCH] Bump supportVersion from 27.1.0 to 28.0.0 Bumps `supportVersion` from 27.1.0 to 28.0.0. Updates `appcompat-v7` from 27.1.0 to 28.0.0 Updates `design` from 27.1.0 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) Updates `cardview-v7` from 27.1.0 to 28.0.0 Updates `recyclerview-v7` from 27.1.0 to 28.0.0 Updates `preference-v14` from 27.1.0 to 28.0.0 Updates `customtabs` from 27.1.0 to 28.0.0 Updates `palette-v7` from 27.1.0 to 28.0.0 Updates `support-annotations` from 27.1.0 to 28.0.0 Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ade19ab1..936386229 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { butterKnifeVersion = '8.5.1' state_version = '1.2.0' lombokVersion = '1.16.20' - supportVersion = "27.1.0" + supportVersion = "28.0.0" gms = "12.0.0" thirtyinchVersion = '0.8.0' retrofit = '2.3.0'