-Reversed special seek logic for short buffer livestreams.

-Fixed loader cleaning potentially canceling existing correct loading items.
-Updated ExoPlayer to 2.7.3.
This commit is contained in:
John Zhen Mo 2018-04-07 16:45:42 -07:00
parent 85d895b4a3
commit 1d2b8a3d23
3 changed files with 73 additions and 56 deletions

View file

@ -42,7 +42,7 @@ android {
ext {
supportLibVersion = '27.1.0'
exoPlayerLibVersion = '2.7.2'
exoPlayerLibVersion = '2.7.3'
roomDbLibVersion = '1.0.0'
leakCanaryLibVersion = '1.5.4'
okHttpLibVersion = '1.5.0'