Update to new Exoplayer version
Version 2.12.0 has breaking changes, that need to be examined:
- DownloaderConstructorHelper is gone
- DefaultDownloaderFactory has a different constructor signature
- DownloadRequest.TYPE_PROGRESSIVE is gone
I have not found any documentation on how to migrate this easily, yet.
This could help, though:
- https://medium.com/google-exoplayer/exoplayer-2-12-whats-new-e43ef8ff72e7
- https://exoplayer.dev/downloading-media.html#creating-a-downloadmanager
In the end, this ticket should update to the latest version of Exoplayer, if possible, not just to 2.12.0.
There's additional documentation for migration to 2.13 available here:
Edited by Ryan Harg