From 1f904ab5bed331ac60c21e9072429a43b7ce634d Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 20 Jun 2026 17:29:19 +0300 Subject: [PATCH] Updated dependencies --- gradle/libs.versions.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4dd1318e..c6d6b6bc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,30 +1,30 @@ [versions] activityCompose = "1.13.0" coilCompose = "2.7.0" -composeBom = "2026.05.01" +composeBom = "2026.06.00" coreKtx = "1.19.0" exifinterface = "1.4.2" fragmentKtx = "1.8.9" gradleVersion = "9.2.1" kotlin = "2.4.0" -kotlinStdlibJdk8 = "2.3.10" +kotlinStdlibJdk8 = "2.4.0" kotlinSerializationPlugin = "2.4.0" kotlinxCoroutinesAndroid = "1.11.0" kotlinxSerializationJson = "1.11.0" -lifecycleProcess = "2.10.0" -lifecycleRuntimeCompose = "2.10.0" -lifecycleViewmodelKtx = "2.10.0" +lifecycleProcess = "2.11.0" +lifecycleRuntimeCompose = "2.11.0" +lifecycleViewmodelKtx = "2.11.0" material = "1.14.0" navigationCompose = "2.9.8" preferenceKtx = "1.2.1" -ui = "1.11.2" -foundationAndroid = "1.11.2" -runtimeLivedata = "1.11.2" +ui = "1.11.3" +foundationAndroid = "1.11.3" +runtimeLivedata = "1.11.3" composeMaterial3 = "1.4.0" navigationRuntimeAndroid = "2.9.8" composeMaterialIcons = "1.7.8" -runtime = "1.11.2" -uiText = "1.11.2" +runtime = "1.11.3" +uiText = "1.11.3" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }