Skip to content

Commit 74511c5

Browse files
authored
Merge pull request TheWidlarzGroup#1406 from react-native-community/chore/exoplayer-2.9.3
Update to OkHTTP 3.12.1 and ExoPlayer 2.9.3
2 parents d5fe91a + 05d9d36 commit 74511c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android-exoplayer/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818

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

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

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

3535
}

0 commit comments

Comments
 (0)