diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index b4e1fda9..48a5eacf 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -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