Skip to content

Commit

Permalink
chore(deps): bump compose_version in /examples/example-clientlib-ktx-…
Browse files Browse the repository at this point in the history
…app (#869)

Bumps `compose_version` from 1.6.7 to 1.6.8.

Updates `androidx.compose.runtime:runtime` from 1.6.7 to 1.6.8

Updates `androidx.compose.ui:ui` from 1.6.7 to 1.6.8

Updates `androidx.compose.ui:ui-tooling-preview` from 1.6.7 to 1.6.8

Updates `androidx.compose.ui:ui-test-junit4` from 1.6.7 to 1.6.8

Updates `androidx.compose.ui:ui-tooling` from 1.6.7 to 1.6.8

Updates `androidx.compose.ui:ui-test-manifest` from 1.6.7 to 1.6.8

---
updated-dependencies:
- dependency-name: androidx.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-test-manifest
  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] committed Jun 17, 2024
1 parent ffe78fb commit bd745eb
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 {
kotlin_version = '2.0.0'
compose_version = '1.6.7'
compose_version = '1.6.8'
compose_material_version = '1.6.8'
}

Expand Down

0 comments on commit bd745eb

Please sign in to comment.