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
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ dependencies {
// 37 / AGP 9.2 — the exact toolchain this module uses (compileSdk 37, AGP 9) — so
// the 1.1.x/1.2.x stable lines (compileSdk 34/35) would mismatch the build's
// newer Compose runtime. glance-appwidget pulls glance + the AppWidget host glue.
implementation("androidx.glance:glance-appwidget:1.3.0-alpha01")
implementation("androidx.glance:glance-material3:1.3.0-alpha01")
implementation("androidx.glance:glance-appwidget:1.3.0-alpha02")
implementation("androidx.glance:glance-material3:1.3.0-alpha02")
// v1.8.8 "Atlas" (Workstream J): persistent immutable collections. Lists handed
// to Compose (the library grid entries/folders) become `ImmutableList`/`PersistentList`
// so the compiler treats them as STABLE and the strong-skipping pass can skip the
Expand Down