From 2b4eaac93c552c3a8f63854b81d9ace208dd08a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:53:43 +0000 Subject: [PATCH] fix(deps): update compose unstable updates --- gradle/libs.versions.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index feaa040eb..c8f9426ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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-alpha07" +compose-ui-core = "1.6.0-alpha07" +compose-ui-util = "1.6.0-alpha07" +compose-ui-text = "1.6.0-alpha07" +compose-animation = "1.6.0-alpha07" +compose-foundation = "1.6.0-alpha07" +compose-material-ripple = "1.6.0-alpha07" +compose-material3 = "1.2.0-alpha09" # for Playground compose-activity = "1.8.0" compose-svg-converter = "0.8.1" @@ -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-alpha07" test-roborazzi = "1.3.0" test-robolectric = "4.10.3" test-injector-parameter = "1.13"