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

@ -22,7 +22,6 @@ android {
dependencies {
implementation(projects.core)
implementation(platform(libs.androidx.compose.bom))
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.compose.ui.util)
implementation(libs.androidx.lifecycle.runtime)