Skip to content

Commit

Permalink
Update dependency com.google.android.material:material to v1.12.0 (#2160
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent d5c17da commit 9d63d5f
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 @@ -93,7 +93,7 @@ dependencies {
implementation(group = "com.google.firebase", name = "firebase-messaging", version = "23.4.1")
implementation(group = "com.google.firebase", name = "firebase-ads", version = "20.6.0")
implementation(group = "com.google.firebase", name = "firebase-perf", version = "20.5.2")
implementation(group = "com.google.android.material", name = "material", version = "1.11.0")
implementation(group = "com.google.android.material", name = "material", version = "1.12.0")
implementation(group = "com.google.code.gson", name = "gson", version = "2.10.1")
implementation(group = "com.google.http-client", name = "google-http-client-android", version = "1.44.1") {
exclude(group = "com.google.code.findbugs")
Expand Down

0 comments on commit 9d63d5f

Please sign in to comment.