Upgrade ExoPlayer to 2.7.2

This commit is contained in:
Peace
2018-04-03 12:19:04 -05:00
parent 737d348ff0
commit 2477288ea2
3 changed files with 38 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ android {
dependencies {
provided 'com.facebook.react:react-native:+'
compile 'com.google.android.exoplayer:exoplayer:r2.4.0'
compile('com.google.android.exoplayer:extension-okhttp:r2.4.0') {
compile 'com.google.android.exoplayer:exoplayer:2.7.2'
compile('com.google.android.exoplayer:extension-okhttp:2.7.2') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
compile 'com.squareup.okhttp3:okhttp:3.4.2'