Fixes the release.yml AAB build failure: :app:checkReleaseAarMetadata was failing because flutter_local_notifications requires core library desugaring on API < 26
Test plan
task check-fast passes (Dart-side unaffected)
CI should now produce a successful AAB in release.yml
## Summary
- Adds `isCoreLibraryDesugaringEnabled = true` to `compileOptions` in `android/app/build.gradle.kts`
- Adds `coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")` dependency
- Fixes the `release.yml` AAB build failure: `:app:checkReleaseAarMetadata` was failing because `flutter_local_notifications` requires core library desugaring on API < 26
## Test plan
- [x] `task check-fast` passes (Dart-side unaffected)
- CI should now produce a successful AAB in `release.yml`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
isCoreLibraryDesugaringEnabled = truetocompileOptionsinandroid/app/build.gradle.ktscoreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")dependencyrelease.ymlAAB build failure::app:checkReleaseAarMetadatawas failing becauseflutter_local_notificationsrequires core library desugaring on API < 26Test plan
task check-fastpasses (Dart-side unaffected)release.yml🤖 Generated with Claude Code