From 077ef360aad4e2146c3a17f8f0309328499d294b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:37:00 +0000 Subject: [PATCH] build(deps): bump com.google.android.material:material Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.8.0 to 1.12.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.12.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] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 78b7ec32..9d8d7590 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -163,7 +163,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-rx2:$coroutinesVersion") - implementation("com.google.android.material:material:1.8.0") + implementation("com.google.android.material:material:1.12.0") implementation("org.slf4j:slf4j-api:1.7.36") implementation("com.github.tony19:logback-android:2.0.1") implementation("androidx.multidex:multidex:2.0.1")