From e2b3df6980606cdb3ac31f5e9b9b10014963abf4 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 9 Aug 2025 14:10:34 +0300 Subject: [PATCH] Dependencies upgrade --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5bcc78c8..ede36413 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,20 +7,20 @@ exifinterface = "1.4.1" fragmentKtx = "1.8.8" gradleVersion = "8.12.0" kotlin = "2.2.0" -kotlinStdlibJdk8 = "2.1.20" +kotlinStdlibJdk8 = "2.2.0" kotlinxCoroutinesAndroid = "1.10.2" lifecycleExtensions = "2.2.0" lifecycleViewmodelKtx = "2.9.2" localbroadcastmanager = "1.1.0" material = "1.12.0" media = "1.7.0" -navigationCompose = "2.9.2" +navigationCompose = "2.9.3" preferenceKtx = "1.2.1" ui = "1.8.3" foundationAndroid = "1.8.3" runtimeLivedata = "1.8.3" composeMaterial3 = "1.3.2" -navigationRuntimeAndroid = "2.9.2" +navigationRuntimeAndroid = "2.9.3" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }