From ad78476f6c906d331cf443c84bdc0b110dc5031d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 05:40:25 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.8.0 to 1.9.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.9.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] --- LogcatCoreUI/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogcatCoreUI/build.gradle b/LogcatCoreUI/build.gradle index 3ea89f3a..280ad740 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" implementation 'androidx.recyclerview:recyclerview:1.3.0' - api 'com.google.android.material:material:1.8.0' + api 'com.google.android.material:material:1.9.0' } project.afterEvaluate {