Skip to content

Commit 3233159

Browse files
author
olivier bouillet
committed
fix(Exoplayer): fix exoplayer version tà 2.13.3
1 parent 3b01ff8 commit 3233159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-exoplayer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828

2929
dependencies {
3030
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
31-
implementation('com.google.android.exoplayer:exoplayer:2.13.2') {
31+
implementation('com.google.android.exoplayer:exoplayer:2.13.3') {
3232
exclude group: 'com.android.support'
3333
}
3434

@@ -37,7 +37,7 @@ dependencies {
3737
implementation "androidx.core:core:1.1.0"
3838
implementation "androidx.media:media:1.1.0"
3939

40-
implementation('com.google.android.exoplayer:extension-okhttp:2.13.2') {
40+
implementation('com.google.android.exoplayer:extension-okhttp:2.13.3') {
4141
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
4242
}
4343
implementation 'com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}'

0 commit comments

Comments
 (0)