Merge pull request #2332 from element-hq/misc/jme/remove-compose-foundation-workaround

Remove Compose Foundation version pinning workaround
This commit is contained in:
Jorge Martin Espinosa 2024-02-01 15:28:30 +01:00 committed by GitHub
commit 7c203225d2
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" }