From 3ed7ab4718747a91f1ccf45ccc78a072e1c1f777 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 27 Jul 2025 15:25:38 +0300 Subject: [PATCH] Dependencies upgrade --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 65167a65..7c26389f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] activityCompose = "1.10.1" coilCompose = "2.7.0" -composeBom = "2025.06.01" +composeBom = "2025.07.00" coreKtx = "1.16.0" exifinterface = "1.4.1" fragmentKtx = "1.8.8" @@ -10,17 +10,17 @@ kotlin = "2.2.0" kotlinStdlibJdk8 = "2.1.20" kotlinxCoroutinesAndroid = "1.10.2" lifecycleExtensions = "2.2.0" -lifecycleViewmodelKtx = "2.9.1" +lifecycleViewmodelKtx = "2.9.2" localbroadcastmanager = "1.1.0" material = "1.12.0" media = "1.7.0" -navigationCompose = "2.9.0" +navigationCompose = "2.9.2" preferenceKtx = "1.2.1" ui = "1.8.3" foundationAndroid = "1.8.3" runtimeLivedata = "1.8.3" composeMaterial3 = "1.3.2" -navigationRuntimeAndroid = "2.9.0" +navigationRuntimeAndroid = "2.9.2" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }