analytics_flutter
analytics_flutter copied to clipboard
Broken Android builds with Flutter 3.24.0
After an upgrade to Flutter 3.24.0 the Android variant of my application is no longer building, with an error:
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':flutter_fgbg:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
> Android resource linking failed
ERROR:[PROJECT_DIR]/build/flutter_fgbg/intermediates/merged_res/release/values/values.xml:194: AAPT: error: resource android:attr/lStar not found.
The source of the issue is likely the flutter_fgbg
dependency -- the maintainers are aware of the issue, but haven't fixed it yet.
Any plans to mitigate the issue from your side?