[ANDROID] Fix android after merge

This commit is contained in:
Axel Vencatareddy
2022-11-09 14:26:39 +01:00
parent d5c245e675
commit 002f39181a
6 changed files with 69 additions and 1813 deletions

View File

@@ -45,5 +45,7 @@ dependencies {
implementation('com.google.android.exoplayer:extension-okhttp:2.18.1') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
implementation 'com.google.android.exoplayer:extension-ima:2.11.4'
implementation "com.squareup.okhttp3:okhttp:" + '$OKHTTP_VERSION'
}