From c6543579d0eeb13873818f90679a789457345149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:04:03 +0000 Subject: [PATCH] Bump material from 1.6.1 to 1.8.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.6.1 to 1.8.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.8.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..b3d7711 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.8.0" timberVersion = "4.7.1" jUnitVersion = "4.13.2" testRunnerVersion = '1.3.0'