fix: upgrade workmanager to 0.9.0+3 to fix Kotlin 2.x AAB build failure #38

Merged
guettlibot merged 1 commits from fix/upgrade-workmanager-0.9 into main 2026-05-14 07:03:17 +00:00
1 Commits
Author SHA1 Message Date
Thomas SharedInboxandClaude Sonnet 4.6 ea62c94c83 fix: upgrade workmanager 0.5.2 → 0.9.0+3 to fix Kotlin 2.x compile error
workmanager 0.5.2 references the removed PluginRegistrantCallback and
other V1 Flutter embedding APIs, causing a Kotlin compilation failure
when building the release AAB with AGP 8.11.1 / Kotlin 2.2.20.

0.9.x uses only V2 embedding. API migration: ExistingWorkPolicy →
ExistingPeriodicWorkPolicy for registerPeriodicTask.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 08:58:05 +02:00