diff --git a/android-exoplayer/build.gradle b/android-exoplayer/build.gradle index 449186101c..058da944cf 100644 --- a/android-exoplayer/build.gradle +++ b/android-exoplayer/build.gradle @@ -35,6 +35,6 @@ dependencies { implementation('com.google.android.exoplayer:extension-okhttp:2.11.4') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } - implementation 'com.squareup.okhttp3:okhttp:3.14.3' + implementation 'com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}' }