File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
18
18
19
19
dependencies {
20
20
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 ' ) {
22
22
exclude group : ' com.android.support'
23
23
}
24
24
@@ -27,9 +27,9 @@ dependencies {
27
27
implementation " com.android.support:support-compat:${ safeExtGet('supportLibVersion', '+')} "
28
28
implementation " com.android.support:support-media-compat:${ safeExtGet('supportLibVersion', '+')} "
29
29
30
- implementation(' com.google.android.exoplayer:extension-okhttp:2.9.1 ' ) {
30
+ implementation(' com.google.android.exoplayer:extension-okhttp:2.9.3 ' ) {
31
31
exclude group : ' com.squareup.okhttp3' , module : ' okhttp'
32
32
}
33
- implementation ' com.squareup.okhttp3:okhttp:3.12.0 '
33
+ implementation ' com.squareup.okhttp3:okhttp:3.12.1 '
34
34
35
35
}
You can’t perform that action at this time.
0 commit comments