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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-02-08 21:26:35 -06:00
committed by GitHub
parent ff748b27a5
commit 2e94bebcac

View File

@@ -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"))