fix(deps): upgrade Compose

The BOM is likely to go unmaintained in the future

See: https://github.com/chrisbanes/compose-bom/issues/97
This commit is contained in:
Harsh Shandilya 2024-04-18 01:00:58 +05:30
parent 809cec61cd
commit d19c1e11be
5 changed files with 18 additions and 16 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2021-2023 Harsh Shandilya.
* Copyright © 2021-2024 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
@ -36,7 +36,6 @@ dependencies {
api(projects.database.core)
api(projects.model)
implementation(platform(libs.androidx.compose.bom))
implementation(libs.androidx.browser)
implementation(libs.androidx.compose.animation)
implementation(libs.androidx.compose.foundation)