From e9a7e02c25e6eef15c118bf4e4af8cfe692c315c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 02:45:30 +0000 Subject: [PATCH] Bump material from 1.1.0-alpha09 to 1.1.0-beta01 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0-alpha09 to 1.1.0-beta01. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.1.0-alpha09...1.1.0-beta01) 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 d051d9a..04c9e6e 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ ext { appcompat_version = '1.1.0-rc01' lifecycle_version = '2.2.0-alpha03' core_ktx_version = '1.2.0-alpha03' - material_version = '1.1.0-alpha09' + material_version = '1.1.0-beta01' recyclerview_version = '1.1.0-beta03' constraintlayout_version = '2.0.0-beta2' rxbinding_version = '3.0.0'