Closed rajveermalviya closed 1 month ago
Thanks! Looks good; merging.
From the package's changelog, it looks like there's one potentially user-facing bug this fixes:
I couldn't reproduce that in our app on a quick attempt, though, so it might not affect us for some reason. Anyway, added a quick note about it to the commit message.
Changelog: https://pub.dev/packages/video_player_android/changelog
This update addresses a few bug fixes, including the removal of a flag that treats warnings as errors. Without this fix, Android builds fail in Android Studio 2024.2, which uses Java 21, with the following error:
With this update the warnings still stay, but are ignored by build system resulting in a successful build.