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 Sep 14, 2023
1 parent eaa3b84 commit dfa56aa
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.1.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.3"
compose-runtime = "1.6.0-alpha05"
compose-ui-core = "1.6.0-alpha05"
compose-ui-util = "1.6.0-alpha05"
compose-ui-text = "1.6.0-alpha05"
compose-animation = "1.6.0-alpha05"
compose-foundation = "1.6.0-alpha05"
compose-material-ripple = "1.6.0-alpha05"
compose-material3 = "1.2.0-alpha07" # for Playground
compose-activity = "1.7.2"
compose-svg-converter = "0.8.1"

Expand All @@ -45,7 +45,7 @@ coil-test = "2.4.0"
test-kotest = "5.7.2"
test-junit-core = "4.13.2"
test-junit-engine = "5.10.0"
test-junit-compose = "1.6.0-alpha03"
test-junit-compose = "1.6.0-alpha05"
test-roborazzi = "1.3.0"
test-robolectric = "4.10.3"
test-injector-parameter = "1.12"
Expand Down

0 comments on commit dfa56aa

Please sign in to comment.