diff --git a/android-exoplayer/build.gradle b/android-exoplayer/build.gradle index 6d995692..9aeaa593 100644 --- a/android-exoplayer/build.gradle +++ b/android-exoplayer/build.gradle @@ -12,9 +12,9 @@ android { dependencies { provided 'com.facebook.react:react-native:+' - compile 'com.google.android.exoplayer:exoplayer:2.7.2' - compile('com.google.android.exoplayer:extension-okhttp:2.7.2') { + compile 'com.google.android.exoplayer:exoplayer:2.7.3' + compile('com.google.android.exoplayer:extension-okhttp:2.7.3') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } - compile 'com.squareup.okhttp3:okhttp:3.4.2' + compile 'com.squareup.okhttp3:okhttp:3.9.1' }