diff --git a/app/build.gradle b/app/build.gradle index eea80eb..a5d68cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,6 +32,7 @@ implementation 'androidx.navigation:navigation-ui:2.2.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.media2:media2-exoplayer:1.0.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 28a3291..3d01c29 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@