From 63a9d62315dc8235173fd1bde7684db994d2ab12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 23:18:07 +0000 Subject: [PATCH] Bump material from 1.1.0-alpha10 to 1.4.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0-alpha10 to 1.4.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.1.0-alpha10...1.4.0) 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 f0571b5..33d766e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-gson:$retrofit" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_logging" - implementation 'com.google.android.material:material:1.1.0-alpha10' + implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.code.gson:gson:2.8.6'