Skip to content

Commit 8b3b856

Browse files
deps: Upgrade video_player_android to 2.7.8
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: warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. error: warnings found and -Werror specified With this update the warnings still stay, but are ignored by build system resulting in a successful build.
1 parent 061821c commit 8b3b856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,10 +1244,10 @@ packages:
12441244
dependency: transitive
12451245
description:
12461246
name: video_player_android
1247-
sha256: "45d21bbba3d10b7182aa08ade5d4c68ed3367016d40f29732bb04a799b26842d"
1247+
sha256: "50740044e9b7d290bc6ee3dd39787e7e28dada9546b82f842d3a1799865548a9"
12481248
url: "https://pub.dev"
12491249
source: hosted
1250-
version: "2.7.5"
1250+
version: "2.7.8"
12511251
video_player_avfoundation:
12521252
dependency: transitive
12531253
description:

0 commit comments

Comments
 (0)