no message

This commit is contained in:
Olgun Kaya 2021-06-18 13:52:03 +03:00
parent f6e70de15f
commit 3fed079b34

View File

@ -40,8 +40,8 @@ dependencies {
implementation('com.google.android.exoplayer:extension-okhttp:2.11.4') { implementation('com.google.android.exoplayer:extension-okhttp:2.11.4') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp' 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}' implementation 'com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}'
} }