From a45acbce8a4c74b6ecd9a1048ed15db92e5dcc46 Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Mon, 30 Mar 2026 13:21:14 +0200 Subject: [PATCH] Update dependencies --- gradle/libs.versions.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08865cdb..4d19e8c8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,29 +3,29 @@ agp = "8.11.2" android-compileSdk = "36" android-minSdk = "26" android-targetSdk = "36" -androidx-activity = "1.12.2" +androidx-activity = "1.13.0" androidx-appcompat = "1.7.1" -androidx-core = "1.17.0" +androidx-core = "1.18.0" androidx-espresso = "3.7.0" -androidx-lifecycle = "2.9.6" +androidx-lifecycle = "2.10.0" androidx-testExt = "1.3.0" composeHotReload = "1.0.0" -composeMultiplatform = "1.10.0" +composeMultiplatform = "1.10.3" junit = "4.13.2" -kermit = "2.0.8" -kotlin = "2.3.0" +kermit = "2.1.0" +kotlin = "2.3.10" kotlinx-coroutines = "1.10.2" kotlinx-datetime = "0.7.1" kotlinxSerializationJson = "1.10.0" ksp = "2.3.6" -ktor = "3.4.1" +ktor = "3.4.2" material3 = "1.10.0-alpha05" materialIconsCore = "1.7.3" materialIconsExtended = "1.7.3" navigationCompose = "2.9.2" okhttp = "5.3.2" pagingCommon = "3.5.0-alpha01" -quartz = "1.05.1" +quartz = "1.06.3" room = "2.8.4" sqlite = "2.6.2"