From ac7a6837e93da43e2d993c2dce2a7371d6d7e815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:10:41 +0530 Subject: [PATCH] [Android]: Bump material from 1.8.0-rc01 to 1.9.0-alpha01 (#306) Bumps [material](https://github.com/material-components/material-components-android) from 1.8.0-rc01 to 1.9.0-alpha01. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.8.0-rc01...1.9.0-alpha01) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index cb12df7a..61237b0c 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -55,7 +55,7 @@ dependencies { kapt "androidx.room:room-compiler:$room_version" api "androidx.room:room-ktx:$room_version" - api 'com.google.android.material:material:1.8.0-rc01' + api 'com.google.android.material:material:1.9.0-alpha01' // dependency injection