Skip to content

Commit

Permalink
fix(deps): update compose unstable updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 46d65f6 commit d066d04
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ androidx-datastore = "1.0.0" # for Playground
androidx-benchmark = "1.2.1"
androidx-profileinstaller = "1.3.1"

compose-compiler = "1.5.1"
compose-runtime = "1.6.0-alpha03"
compose-ui-core = "1.6.0-alpha03"
compose-ui-util = "1.6.0-alpha03"
compose-ui-text = "1.6.0-alpha03"
compose-animation = "1.6.0-alpha03"
compose-foundation = "1.6.0-alpha03"
compose-material-ripple = "1.6.0-alpha03"
compose-material3 = "1.2.0-alpha05" # for Playground
compose-compiler = "1.5.14"
compose-runtime = "1.7.0-beta01"
compose-ui-core = "1.7.0-beta01"
compose-ui-util = "1.7.0-beta01"
compose-ui-text = "1.7.0-beta01"
compose-animation = "1.7.0-beta01"
compose-foundation = "1.7.0-beta01"
compose-material-ripple = "1.7.0-beta01"
compose-material3 = "1.3.0-beta01" # for Playground
compose-activity = "1.8.1"
compose-svg-converter = "0.8.1"

Expand All @@ -45,7 +45,7 @@ coil-test = "2.5.0"
test-kotest = "5.8.0"
test-junit-core = "4.13.2"
test-junit-engine = "5.10.1"
test-junit-compose = "1.6.0-alpha03"
test-junit-compose = "1.7.0-beta01"
test-roborazzi = "1.3.0"
test-robolectric = "4.11.1"
test-injector-parameter = "1.14"
Expand Down

0 comments on commit d066d04

Please sign in to comment.