Skip to content
Closed
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 android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ dependencies {
// 1.5.0-alpha line and are deliberately not pulled in here). Bumped from
// 2024.12.01 so the adaptive APIs (Window Size Classes, ListDetailPaneScaffold)
// and a current Compose runtime are available.
val composeBom = platform("androidx.compose:compose-bom:2026.06.00")
val composeBom = platform("androidx.compose:compose-bom:2026.08.00")
implementation(composeBom)
implementation("androidx.core:core-ktx:1.19.0")
// v1.8.8 "Atlas" (Workstream B): per-app language. AppCompat 1.6.0+ supplies the
Expand Down