Skip to content

Commit

Permalink
build(deps): bump com.google.android.material:material
Browse files Browse the repository at this point in the history
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](material-components/material-components-android@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent 8293b52 commit 077ef36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 077ef36

Please sign in to comment.