Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.google.android.material:material to …
Browse files Browse the repository at this point in the history
…v1.11.0
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent e09c012 commit 34666cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
common-coreLibDesugaring = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.3" }
common-kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlin-coroutines" }

google-material = { module = "com.google.android.material:material", version = "1.9.0"}
google-material = { module = "com.google.android.material:material", version = "1.11.0"}
google-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
google-guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
google-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version = "1.1.1" }
Expand Down

0 comments on commit 34666cf

Please sign in to comment.