From c5b726ab3552f950f949c5ac30bda56ac082fcfc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 02:17:05 +0000 Subject: [PATCH] Bump material from 1.1.0-beta01 to 1.4.0-alpha02 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0-beta01 to 1.4.0-alpha02. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.1.0-beta01...1.4.0-alpha02) 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 9800151..7464cd8 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ ext { appcompat_version = '1.1.0' lifecycle_version = '2.2.0-rc01' core_ktx_version = '1.2.0-beta01' - material_version = '1.1.0-beta01' + material_version = '1.4.0-alpha02' recyclerview_version = '1.1.0-rc01' constraintlayout_version = '2.0.0-beta3' rxbinding_version = '3.0.0'