From 27ca990dd4f501c99040798cef75c40e270ac72a Mon Sep 17 00:00:00 2001 From: Chris Jenkins Date: Wed, 14 Aug 2024 14:35:44 -0600 Subject: [PATCH] Updated to Compose 1.7.0-alpha02 --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 83c8397..221341e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] -kotlin = "2.0.0" -compose = "1.6.11" +kotlin = "2.0.20-RC" +compose = "1.7.0-alpha02" agp = "8.4.2" -androidx-activityCompose = "1.9.0" +androidx-activityCompose = "1.9.1" androidx-uiTest = "1.6.8" kotlinx-datetime = "0.6.0" -libphonenumberJvm = "8.13.41" +libphonenumberJvm = "8.13.43" libphonenumberAndroid = "8.13.35" coreKtx = "1.13.1" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -lifecycleRuntimeKtx = "2.8.3" +lifecycleRuntimeKtx = "2.8.4" composeBom = "2024.06.00" [libraries]