diff --git a/android/build.gradle b/android/build.gradle index a93e7599..90bccb8c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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'