From ae4ac5c6f9177481f8d4b94443553b5e3e66cddb Mon Sep 17 00:00:00 2001 From: Arnaud Giuliani Date: Fri, 29 Mar 2024 18:12:06 +0100 Subject: [PATCH] kotlin 1.9.22 - jb compose 1.5.12 - jetpack compose 1.5.10 --- projects/gradle.properties | 2 +- projects/gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/gradle.properties b/projects/gradle.properties index bef14be80..f65fc0953 100644 --- a/projects/gradle.properties +++ b/projects/gradle.properties @@ -12,7 +12,7 @@ koinVersion=3.5.4-RC2 koinComposeVersion=1.1.3-RC2 #Compose -composeCompiler=1.5.7 +composeCompiler=1.5.10 #Android android.useAndroidX=true androidMinSDK=14 diff --git a/projects/gradle/libs.versions.toml b/projects/gradle/libs.versions.toml index 8dc440ea8..181b0af37 100644 --- a/projects/gradle/libs.versions.toml +++ b/projects/gradle/libs.versions.toml @@ -3,7 +3,7 @@ # /!\ Koin in gradle.properties /!\ # Core -kotlin = "1.9.21" +kotlin = "1.9.22" binaryValidator = "0.13.2" publish = "2.0.0-rc-1" coroutines = "1.7.3" # "1.8.0-RC2" for wasm @@ -19,7 +19,7 @@ androidx-workmanager = "2.8.1" androidx-navigation = "2.7.5" # Compose # /!\ Compose compiler in gradle.properties /!\ -composeJB = "1.5.11" +composeJB = "1.5.12" composeJetpackRuntime = "1.5.4" composeJetpackViewmodel = "2.6.2" # Test