Remove Compose Foundation version pinning workaround

This commit is contained in:
Jorge Martín 2024-02-01 09:06:37 +01:00
parent c0e6813e3b
commit c6ae132d6a
3 changed files with 1 additions and 11 deletions

View file

@ -93,7 +93,6 @@ androidx_preference = "androidx.preference:preference:1.2.1"
androidx_webkit = "androidx.webkit:webkit:1.10.0"
androidx_compose_bom = { module = "androidx.compose:compose-bom", version.ref = "compose_bom" }
# When Material3 updates its transitive Compose dependencies, take a look at the constraints in `DependencyHandleScope.kt`. We may be able to remove the workaround there.
androidx_compose_material3 = "androidx.compose.material3:material3:1.2.0-rc01"
androidx_compose_ui = { module = "androidx.compose.ui:ui" }
androidx_compose_ui_tooling = { module = "androidx.compose.ui:ui-tooling" }