Skip to content

Commit

Permalink
chore(deps): bump compose_material_version (#1056)
Browse files Browse the repository at this point in the history
Bumps `compose_material_version` from 1.7.5 to 1.7.6.

Updates `androidx.compose.material:material` from 1.7.5 to 1.7.6

Updates `androidx.compose.material:material-icons-core` from 1.7.5 to 1.7.6

Updates `androidx.compose.material:material-icons-extended` from 1.7.5 to 1.7.6

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent e87bffb commit 38a76c4
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.1.0'
compose_version = '1.7.6'
compose_material_version = '1.7.5'
compose_material_version = '1.7.6'
}

dependencies {
Expand Down

0 comments on commit 38a76c4

Please sign in to comment.