File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
28
28
29
29
dependencies {
30
30
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 ' ) {
32
32
exclude group : ' com.android.support'
33
33
}
34
34
@@ -37,7 +37,7 @@ dependencies {
37
37
implementation " androidx.core:core:1.1.0"
38
38
implementation " androidx.media:media:1.1.0"
39
39
40
- implementation(' com.google.android.exoplayer:extension-okhttp:2.13.2 ' ) {
40
+ implementation(' com.google.android.exoplayer:extension-okhttp:2.13.3 ' ) {
41
41
exclude group : ' com.squareup.okhttp3' , module : ' okhttp'
42
42
}
43
43
implementation ' com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}'
You can’t perform that action at this time.
0 commit comments