Skip to content

Commit

Permalink
chore(deps): bump compose_material_version (#808)
Browse files Browse the repository at this point in the history
Bumps `compose_material_version` from 1.6.6 to 1.6.7.

Updates `androidx.compose.material:material` from 1.6.6 to 1.6.7

Updates `androidx.compose.material:material-icons-core` from 1.6.6 to 1.6.7

Updates `androidx.compose.material:material-icons-extended` from 1.6.6 to 1.6.7

---
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 May 7, 2024
1 parent 3af76d7 commit afa8442
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
@@ -1,7 +1,7 @@
buildscript {
ext {
compose_version = '1.6.6'
compose_material_version = '1.6.6'
compose_material_version = '1.6.7'
compose_compiler_version = '1.5.11'
}

Expand Down

0 comments on commit afa8442

Please sign in to comment.