Baseflow / ExoPlayerXamarin

Xamarin bindings library for the Google ExoPlayer library
https://baseflow.com
MIT License
152 stars 67 forks source link

Update ExoPlayer to 2.19.1 #159

Closed ArchangelWTF closed 10 months ago

ArchangelWTF commented 10 months ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Updates ExoPlayer on MAUI to 2.19.1

@martijn00 This will probably need ExoPlayer.Container to be published on NuGet, else things like MP4's and stuff won't play because there's some class in there that needs to be existent.

There's also ExoPlayer.Muxer, I have no idea what this does but it was added 2.19 so I added that to the solution too.

:arrow_heading_down: What is the current behavior?

:new: What is the new behavior (if this is a feature change)?

:boom: Does this PR introduce a breaking change?

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting

martijn00 commented 10 months ago

@ArchangelWTF thanks! I've merged and released a new version.

Do you want to have a look at the dependabot updates to see if we need to do anything?

ArchangelWTF commented 10 months ago

@martijn00 I think I can, could you set me as a collaborator so I can re-run their CI/CD at will?