mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
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:
parent
809cec61cd
commit
d19c1e11be
5 changed files with 18 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue