-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Resolve default http data source factory error on exoplayer utils
Error Message: "e: /Users/.../WordPress-Android/WordPress/src/main/java/ org/wordpress/android/ui/media/ExoPlayerUtils.kt: (19, 47): Unresolved reference: DefaultHttpDataSourceFactory" As part of the 'ExoPlayer' version '2.16.0' the deprecated 'DefaultHttpDataSourceFactory' got removed in favor of 'DefaultHttpDataSource.Factory'. Release Notes: https://github.com/google/ExoPlayer/releases/tag/r2.16.0 PS: Also, the 'DashMediaSource.Factory' import got update to resolve 'Factory' related import conflicts.
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters