Skip to content

Commit

Permalink
Bump androidx.compose.ui:ui from 1.6.2 to 1.6.3 in /examples (#570)
Browse files Browse the repository at this point in the history
Bumps androidx.compose.ui:ui from 1.6.2 to 1.6.3.

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  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 Mar 11, 2024
1 parent c06d1a7 commit 82f155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ androidx-activity-compose = { group = "androidx.activity", name = "activity-comp
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout", version = "1.6.3" }
androidx-compose-material = { group = "androidx.compose.material", name = "material", version = "1.6.3" }
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version = "1.6.3" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version = "1.6.2" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version = "1.6.3" }
androidx-compose-compiler = { group = "androidx.compose.compiler", name = "compiler", version = "1.5.10" }

kotlin-test-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit", version = "1.9.22" }

0 comments on commit 82f155c

Please sign in to comment.