From 252c910789e05c627b0e64a54b0b357f388af2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 00:18:08 +0000 Subject: [PATCH] Bump material from 1.6.1 to 1.7.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08f627b..1d82299 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { coreKtxVersion = "1.8.0" koinVersion = '2.2.3' coroutinesVersion = "1.6.1" - materialVersion = "1.6.1" + materialVersion = "1.7.0" timberVersion = "4.7.1" jUnitVersion = "4.13.2" testRunnerVersion = '1.3.0'