Adds support for adjustable playback speed

ExoPlayer was updated to 2.4.2, which supports playback speed change.

A speed selector was also added in the MainPlayer and PlayerPopup.

Fixes #153.
This commit is contained in:
Marco Biscaro 2017-06-25 23:41:52 -03:00 committed by Marco Biscaro
parent 3cb4952281
commit 7b60648424
6 changed files with 98 additions and 11 deletions

View file

@ -50,5 +50,5 @@ dependencies {
compile 'de.hdodenhof:circleimageview:2.0.0'
compile 'com.github.nirhart:parallaxscroll:1.0'
compile 'com.nononsenseapps:filepicker:3.0.0'
compile 'com.google.android.exoplayer:exoplayer:r2.3.1'
compile 'com.google.android.exoplayer:exoplayer:r2.4.2'
}