-Updated ExoPlayer to 2.8.0
-Updated MediaSource contracts in ManagedMediaSource. -Changed PlaceholderMediaSource and FailedMediaSource to use built-in BaseMediaSource implementation. -Changed deprecated DynamicConcatenatingMediaSource to ConcatenatingMediaSource. -Removed manual playlist media source disposal in favor of player built-in disposal.
This commit is contained in:
parent
719f4a3eec
commit
9ff4dcdd8a
7 changed files with 46 additions and 40 deletions
|
|
@ -42,7 +42,7 @@ android {
|
|||
|
||||
ext {
|
||||
supportLibVersion = '27.1.1'
|
||||
exoPlayerLibVersion = '2.7.3'
|
||||
exoPlayerLibVersion = '2.8.0'
|
||||
roomDbLibVersion = '1.1.1'
|
||||
leakCanaryLibVersion = '1.5.4'
|
||||
okHttpLibVersion = '3.10.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue