diff --git a/android-exoplayer/build.gradle b/android-exoplayer/build.gradle index 9c789394..3ddfd54a 100644 --- a/android-exoplayer/build.gradle +++ b/android-exoplayer/build.gradle @@ -40,8 +40,8 @@ dependencies { implementation('com.google.android.exoplayer:extension-okhttp:2.11.4') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } - implementation 'com.google.android.exoplayer:extension-ima:2.11.4' - + implementation 'com.google.android.exoplayer:extension-ima:2.11.4' + implementation 'com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}' }