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

@ -68,7 +68,6 @@ whetstone {
}
dependencies {
implementation(platform(libs.androidx.compose.bom))
implementation(platform(libs.okhttp.bom))
implementation(libs.aboutLibraries.m3)
implementation(libs.androidx.activity.compose)