From 37a654790c8e596b09a7d404f45fb098d120bdd1 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Wed, 26 Mar 2025 22:10:44 +0300 Subject: [PATCH] Bump compose-bom from 2025.03.00 to 2025.03.01 --- .../main/kotlin/dev/meloda/fast/common/di/ApplicationModule.kt | 1 - gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/kotlin/dev/meloda/fast/common/di/ApplicationModule.kt b/app/src/main/kotlin/dev/meloda/fast/common/di/ApplicationModule.kt index 01d0feae..04a219f3 100644 --- a/app/src/main/kotlin/dev/meloda/fast/common/di/ApplicationModule.kt +++ b/app/src/main/kotlin/dev/meloda/fast/common/di/ApplicationModule.kt @@ -51,7 +51,6 @@ val applicationModule = module { createChatModule ) - // TODO: 14/05/2024, Danil Nikolaev: research on memory leaks and potentials errors // TODO: 14/05/2024, Danil Nikolaev: extract all operations with preferences to standalone class singleOf(PreferenceManager::getDefaultSharedPreferences) single { androidContext().resources } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 89f29901..6a30bd14 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ haze = "1.5.2" kotlin = "2.1.20" ksp = "2.1.20-1.0.32" -compose-bom = "2025.03.00" +compose-bom = "2025.03.01" koin = "4.0.3" accompanist = "0.37.2"