Skip to content

Commit e50c2ad

Browse files
committed
Update to ExoPlayer 2.8.4
1 parent 1ef435a commit e50c2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-exoplayer/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
dependencies {
2020
//noinspection GradleDynamicVersion
2121
provided "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
22-
compile('com.google.android.exoplayer:exoplayer:2.8.2') {
22+
compile('com.google.android.exoplayer:exoplayer:2.8.4') {
2323
exclude group: 'com.android.support'
2424
}
2525

@@ -28,7 +28,7 @@ dependencies {
2828
compile "com.android.support:support-compat:${safeExtGet('supportLibVersion', '+')}"
2929
compile "com.android.support:support-media-compat:${safeExtGet('supportLibVersion', '+')}"
3030

31-
compile('com.google.android.exoplayer:extension-okhttp:2.8.2') {
31+
compile('com.google.android.exoplayer:extension-okhttp:2.8.4') {
3232
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
3333
}
3434
compile 'com.squareup.okhttp3:okhttp:3.11.0'

0 commit comments

Comments
 (0)