From a75a6f1bcaf8620252a4a70bbb1b73aaabbf64d2 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 12 Mar 2026 07:38:17 +0200 Subject: [PATCH] Dependencies upgrade --- 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 9887f3b7..6210c856 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] -activityCompose = "1.12.4" +activityCompose = "1.13.0" coilCompose = "2.7.0" -composeBom = "2026.02.00" -coreKtx = "1.17.0" +composeBom = "2026.03.00" +coreKtx = "1.18.0" exifinterface = "1.4.2" fragmentKtx = "1.8.9" gradleVersion = "9.1.0" kotlin = "2.3.10" -kotlinStdlibJdk8 = "2.2.10" +kotlinStdlibJdk8 = "2.3.10" kotlinSerializationPlugin = "2.3.10" kotlinxCoroutinesAndroid = "1.10.2" kotlinxSerializationJson = "1.10.0" @@ -17,13 +17,13 @@ material = "1.13.0" media = "1.7.1" navigationCompose = "2.9.7" preferenceKtx = "1.2.1" -ui = "1.10.3" -foundationAndroid = "1.10.3" -runtimeLivedata = "1.10.3" +ui = "1.10.5" +foundationAndroid = "1.10.5" +runtimeLivedata = "1.10.5" composeMaterial3 = "1.4.0" navigationRuntimeAndroid = "2.9.7" composeMaterialIcons = "1.7.8" -runtime = "1.10.3" +runtime = "1.10.5" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }