From 31ad0ead8ebb1dd7a4bb66ebef9d40c500d60117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 20:01:01 +0000 Subject: [PATCH] Bump material from 1.3.0-alpha03 to 1.8.0-rc01 Bumps [material](https://github.com/material-components/material-components-android) from 1.3.0-alpha03 to 1.8.0-rc01. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.3.0-alpha03...1.8.0-rc01) --- 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 b4600b3e..b9746031 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ buildscript { test : "androidx.test.ext:junit:1.1.2" ], - material : "com.google.android.material:material:1.3.0-alpha03", + material : "com.google.android.material:material:1.8.0-rc01", insetter : "dev.chrisbanes:insetter-ktx:0.3.1",