Skip to content

Commit

Permalink
Merge pull request #2150 from element-hq/feature/fga/fix_2132
Browse files Browse the repository at this point in the history
Revert compose material3 to 1.2.0-alpha11
  • Loading branch information
ganfra authored Jan 3, 2024
2 parents 7ca6405 + f69ae81 commit 9c7dafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ androidx_preference = "androidx.preference:preference:1.2.1"
androidx_webkit = "androidx.webkit:webkit:1.9.0"

androidx_compose_bom = { module = "androidx.compose:compose-bom", version.ref = "compose_bom" }
androidx_compose_material3 = "androidx.compose.material3:material3:1.2.0-beta01"
androidx_compose_material3 = "androidx.compose.material3:material3:1.2.0-alpha11" # Keep using alpha11 for now as it breaks timeline scrolling a bit.
androidx_compose_ui = { module = "androidx.compose.ui:ui" }
androidx_compose_ui_tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx_compose_ui_tooling_preview = { module = "androidx.compose.ui:ui-tooling-preview" }
Expand Down

0 comments on commit 9c7dafb

Please sign in to comment.