Skip to content

Commit

Permalink
Merge pull request #1266 from react-native-community/chore/exoplayer-…
Browse files Browse the repository at this point in the history
…2.8.4

Update to ExoPlayer 2.8.4
  • Loading branch information
cobarx authored Oct 7, 2018
2 parents 1ef435a + e50c2ad commit 6b87a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-exoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand All @@ -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'
Expand Down

0 comments on commit 6b87a43

Please sign in to comment.