Skip to content

Commit

Permalink
chore(deps): bump compose_material_version (#971)
Browse files Browse the repository at this point in the history
Bumps `compose_material_version` from 1.7.0 to 1.7.2.

Updates `androidx.compose.material:material` from 1.7.0 to 1.7.2

Updates `androidx.compose.material:material-icons-core` from 1.7.0 to 1.7.2

Updates `androidx.compose.material:material-icons-extended` from 1.7.0 to 1.7.2

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.material:material-icons-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.material:material-icons-extended
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent feacf50 commit cf057e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-clientlib-ktx-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
kotlin_version = '2.0.20'
compose_version = '1.7.0'
compose_material_version = '1.7.0'
compose_material_version = '1.7.2'
}

dependencies {
Expand Down

0 comments on commit cf057e9

Please sign in to comment.