Merge pull request #1266 from react-native-community/chore/exoplayer-2.8.4

Update to ExoPlayer 2.8.4
This commit is contained in:
Hampton Maxwell 2018-10-07 12:54:58 -07:00 committed by GitHub
commit 6b87a43572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ android {
dependencies {
//noinspection GradleDynamicVersion
provided "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
compile('com.google.android.exoplayer:exoplayer:2.8.2') {
compile('com.google.android.exoplayer:exoplayer:2.8.4') {
exclude group: 'com.android.support'
}
@ -28,7 +28,7 @@ dependencies {
compile "com.android.support:support-compat:${safeExtGet('supportLibVersion', '+')}"
compile "com.android.support:support-media-compat:${safeExtGet('supportLibVersion', '+')}"
compile('com.google.android.exoplayer:extension-okhttp:2.8.2') {
compile('com.google.android.exoplayer:extension-okhttp:2.8.4') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
compile 'com.squareup.okhttp3:okhttp:3.11.0'