Added ExoPlayer support

This commit is contained in:
Farid 2016-02-15 18:49:58 -08:00
parent 352a883b5d
commit 3a8611ebf8
21 changed files with 2633 additions and 137 deletions

View file

@ -42,4 +42,5 @@ dependencies {
compile 'de.hdodenhof:circleimageview:2.0.0'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
compile 'com.github.nirhart:parallaxscroll:1.0'
compile 'com.google.android.exoplayer:exoplayer:r1.5.5'
}