Merge pull request #1338 from react-native-community/chore/exo-okhttp-upgrade
Update ExoPlayer to 2.9.1 and OkHTTP to 3.12.0
This commit is contained in:
commit
faf385f825
@ -18,7 +18,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
|
||||
implementation('com.google.android.exoplayer:exoplayer:2.9.0') {
|
||||
implementation('com.google.android.exoplayer:exoplayer:2.9.1') {
|
||||
exclude group: 'com.android.support'
|
||||
}
|
||||
|
||||
@ -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.0') {
|
||||
implementation('com.google.android.exoplayer:extension-okhttp:2.9.1') {
|
||||
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
||||
}
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user