diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 98af62b..6f84b44 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ android-compileSdk = "34" android-minSdk = "24" android-targetSdk = "34" androidx-activityCompose = "1.9.0" -androidx-appcompat = "1.6.1" +androidx-appcompat = "1.7.0" androidx-constraintlayout = "2.1.4" androidx-core-ktx = "1.13.1" androidx-espresso-core = "3.5.1" @@ -12,16 +12,16 @@ androidx-material = "1.12.0" androidx-test-junit = "1.1.5" androidx-lifecycle = "2.8.0" androidx-navigation = "2.7.0-alpha07" -compose = "1.6.7" -compose-plugin = "1.6.10" +compose = "1.6.8" +compose-plugin = "1.6.11" junit = "4.13.2" kotlin = "2.0.0" -ksp = "2.0.0-RC3-1.0.20" +ksp = "2.0.0-1.0.22" ktor = "3.0.0-wasm2" -koin = "3.6.0-Beta4" +koin = "3.6.0-wasm-alpha2" koinCompose = "3.6.0-Beta4" -koinComposeMultiplatform = "1.2.0-Beta4" -kotlinx-coroutines = "1.8.1" +koinComposeMultiplatform = "1.2.0-alpha3" +kotlinx-coroutines = "1.9.0-RC" kotlinx-serialization = "1.6.3" napier = "2.7.1" coil = "3.0.0-alpha06"