forked from melod1n/fast-messenger
Bump compose-bom from 2025.03.00 to 2025.03.01
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user