fix: add the missing dependency
This commit is contained in:
parent
a79c30eaba
commit
40e8d9474f
@ -41,6 +41,7 @@ dependencies {
|
|||||||
implementation "androidx.annotation:annotation:1.1.0"
|
implementation "androidx.annotation:annotation:1.1.0"
|
||||||
implementation "androidx.core:core:1.1.0"
|
implementation "androidx.core:core:1.1.0"
|
||||||
implementation "androidx.media:media:1.1.0"
|
implementation "androidx.media:media:1.1.0"
|
||||||
|
implementation 'androidx.activity:activity:1.4.0'
|
||||||
|
|
||||||
implementation('com.google.android.exoplayer:extension-okhttp:2.17.1') {
|
implementation('com.google.android.exoplayer:extension-okhttp:2.17.1') {
|
||||||
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
||||||
|
Loading…
Reference in New Issue
Block a user