diff --git a/app/build.gradle b/app/build.gradle index 1414eefed..a4188b3c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,9 +52,6 @@ android { dependencies { implementation project(':catvod') - implementation project(':exoplayer-library') - implementation project(':exoplayer-extension-rtmp') - implementation project(':exoplayer-extension-ffmpeg') implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.core:core-splashscreen:1.0.0' implementation 'androidx.preference:preference:1.2.0' @@ -64,6 +61,7 @@ dependencies { implementation 'cat.ereza:customactivityoncrash:2.4.0' implementation 'com.github.bassaer:materialdesigncolors:1.0.0' implementation 'com.github.bumptech.glide:glide:4.14.1' + implementation 'com.google.android.exoplayer:exoplayer:2.18.1' implementation 'com.google.android.material:material:1.6.1' implementation 'com.google.code.gson:gson:2.9.1' implementation 'com.google.zxing:core:3.5.0' diff --git a/settings.gradle b/settings.gradle index 244507fc6..e381908b1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,6 +16,4 @@ dependencyResolutionManagement { } include ':app' include ':catvod' -rootProject.name = "TV" -gradle.ext.exoplayerModulePrefix = 'exoplayer-' -apply from: file("/exo/core_settings.gradle") \ No newline at end of file +rootProject.name = "TV" \ No newline at end of file