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] committed Jul 1, 2023
1 parent 61216af commit f2a02f6
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 @@ -24,15 +24,15 @@ androidx-datastore = "1.0.0" # for Playground
androidx-benchmark = "1.1.1"
androidx-profileinstaller = "1.3.1"

compose-compiler = "1.4.7"
compose-runtime = "1.5.0-beta02"
compose-ui-core = "1.5.0-beta02"
compose-ui-util = "1.5.0-beta02"
compose-ui-text = "1.5.0-beta02"
compose-animation = "1.5.0-beta02"
compose-foundation = "1.5.0-beta02"
compose-material-ripple = "1.5.0-beta02"
compose-material3 = "1.2.0-alpha02" # for Playground
compose-compiler = "1.4.8"
compose-runtime = "1.6.0-alpha01"
compose-ui-core = "1.6.0-alpha01"
compose-ui-util = "1.6.0-alpha01"
compose-ui-text = "1.6.0-alpha01"
compose-animation = "1.6.0-alpha01"
compose-foundation = "1.6.0-alpha01"
compose-material-ripple = "1.6.0-alpha01"
compose-material3 = "1.2.0-alpha03" # for Playground
compose-activity = "1.7.2"
compose-svg-converter = "0.8.1"

Expand All @@ -43,7 +43,7 @@ coil-test = "2.4.0"
test-kotest = "5.6.2"
test-junit-core = "4.13.2"
test-junit-engine = "5.9.3"
test-junit-compose = "1.5.0-beta02"
test-junit-compose = "1.6.0-alpha01"
test-roborazzi = "1.3.0-rc-1"
test-robolectric = "4.10.3"
test-injector-parameter = "1.12"
Expand Down

0 comments on commit f2a02f6

Please sign in to comment.