Commit e50c2ad 1 parent 1ef435a commit e50c2ad Copy full SHA for e50c2ad
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
19
19
dependencies {
20
20
// noinspection GradleDynamicVersion
21
21
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 ' ) {
23
23
exclude group : ' com.android.support'
24
24
}
25
25
@@ -28,7 +28,7 @@ dependencies {
28
28
compile " com.android.support:support-compat:${ safeExtGet('supportLibVersion', '+')} "
29
29
compile " com.android.support:support-media-compat:${ safeExtGet('supportLibVersion', '+')} "
30
30
31
- compile(' com.google.android.exoplayer:extension-okhttp:2.8.2 ' ) {
31
+ compile(' com.google.android.exoplayer:extension-okhttp:2.8.4 ' ) {
32
32
exclude group : ' com.squareup.okhttp3' , module : ' okhttp'
33
33
}
34
34
compile ' com.squareup.okhttp3:okhttp:3.11.0'
You can’t perform that action at this time.
0 commit comments