Upgrade Exoplayer to 2.7.3; OkHttp to 3.9.1.

This commit is contained in:
Peace 2018-05-21 09:28:45 -05:00
parent 2477288ea2
commit 785cac6f46

View File

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