Skip to content

Commit

Permalink
build(deps): bump androidx.compose.ui:ui
Browse files Browse the repository at this point in the history
Bumps androidx.compose.ui:ui from 1.2.0-beta02 to 1.6.0-alpha01.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent a91a4e6 commit dd48be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencyResolutionManagement {
library("kotlin-datetime", "org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")

// compose libs
library("compose-ui-ui", "androidx.compose.ui:ui:1.2.0-beta02")
library("compose-ui-ui-tooling", "androidx.compose.ui:ui-tooling:1.2.0-beta02")
library("compose-ui-ui", "androidx.compose.ui:ui:1.6.0-alpha01")
library("compose-ui-ui-tooling", "androidx.compose.ui:ui-tooling:1.6.0-alpha01")
bundle("compose-ui", ["compose-ui-ui-tooling", "compose-ui-ui"])

library("compose-foundation-foundation", "androidx.compose.foundation:foundation:1.2.0-beta02")
Expand Down

0 comments on commit dd48be0

Please sign in to comment.