Skip to content

Commit

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

Update to OkHTTP 3.12.1 and ExoPlayer 2.9.3
  • Loading branch information
cobarx authored Dec 31, 2018
2 parents d5fe91a + 05d9d36 commit 74511c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android-exoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {

dependencies {
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation('com.google.android.exoplayer:exoplayer:2.9.1') {
implementation('com.google.android.exoplayer:exoplayer:2.9.3') {
exclude group: 'com.android.support'
}

Expand All @@ -27,9 +27,9 @@ dependencies {
implementation "com.android.support:support-compat:${safeExtGet('supportLibVersion', '+')}"
implementation "com.android.support:support-media-compat:${safeExtGet('supportLibVersion', '+')}"

implementation('com.google.android.exoplayer:extension-okhttp:2.9.1') {
implementation('com.google.android.exoplayer:extension-okhttp:2.9.3') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'

}

0 comments on commit 74511c5

Please sign in to comment.