From 2e94bebcac3334db0f86d20e5c601ceec5f2345e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 21:26:35 -0600 Subject: [PATCH] Bump material from 1.2.1 to 1.3.0 (#764) Bumps [material](https://github.com/material-components/material-components-android) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.2.1...1.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- uhabits-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 484c69c05..ab4e4a7a8 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -101,7 +101,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.2.0") implementation("androidx.legacy:legacy-preference-v14:1.0.0") implementation("androidx.legacy:legacy-support-v4:1.0.0") - implementation("com.google.android.material:material:1.2.1") + implementation("com.google.android.material:material:1.3.0") implementation("com.google.zxing:core:3.4.1") implementation("com.opencsv:opencsv:5.3") implementation(project(":uhabits-core"))