Bump compose-bom from 2025.03.00 to 2025.03.01

This commit is contained in:
2025-03-26 22:10:44 +03:00
parent a36060654d
commit 37a654790c
2 changed files with 1 additions and 2 deletions
@@ -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<Resources> { androidContext().resources }