Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kotlinx-coroutines = "1.11.0"
compose-bom = "2026.08.00"
# material3 is hand-pinned to the 1.5.0-alpha line (overriding the BOM) because MaterialExpressiveTheme
# is still internal on the stable 1.4.x line; revert to BOM-managed once Expressive ships stable.
material3-expressive = "1.5.0-alpha25"
material3-expressive = "1.5.0-alpha27"
# Adaptive layout APIs (currentWindowAdaptiveInfo). Latest STABLE line; resolves to androidx.window
# 1.5.x in practice (upgraded by the Compose BOM's ui dependency) — no separate window pin.
material3-adaptive = "1.3.0"
Expand Down
Loading