fix: add the missing dependency

This commit is contained in:
wood1986 2022-09-07 14:45:55 -07:00
parent a79c30eaba
commit 40e8d9474f

View File

@ -41,6 +41,7 @@ dependencies {
implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.core:core: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') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'