Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump androidx.compose.ui:ui from 1.9.0 to 1.9.1 in /examples
Bumps androidx.compose.ui:ui from 1.9.0 to 1.9.1.

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2025
commit 5a50b8678732c113b89aaac8eaa4b90c58b9e036
2 changes: 1 addition & 1 deletion examples/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ androidx-activity-compose = { group = "androidx.activity", name = "activity-comp
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout", version = "1.9.0" }
androidx-compose-material = { group = "androidx.compose.material", name = "material", version = "1.9.1" }
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version = "1.9.0" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version = "1.9.0" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version = "1.9.1" }
androidx-compose-compiler = { group = "androidx.compose.compiler", name = "compiler", version = "1.5.15" }

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