Skip to content
Merged
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 @@ -60,7 +60,7 @@ compose-bom = "2026.06.01"
material3-expressive = "1.5.0-alpha25"
# 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.2.0"
material3-adaptive = "1.3.0"
vico = "3.2.3"
kotlinx-collections-immutable = "0.5.1"
# Compose Compiler Gradle plugin — must match AGP 9.2.1's built-in Kotlin (kotlin-gradle-plugin 2.2.10).
Expand Down
Loading