Build for use offical exo

pull/137/head
FongMi 3 years ago
parent f74a29eb21
commit 65603998e6
  1. 5
      app/build.gradle
  2. 2
      settings.gradle

@ -51,9 +51,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.4.2'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.preference:preference:1.2.0'
@ -64,6 +61,8 @@ dependencies {
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.13.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.exoplayer:exoplayer:2.18.1'
implementation 'com.google.android.exoplayer:extension-rtmp:2.18.1'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.zxing:core:3.5.0'
implementation 'com.makeramen:roundedimageview:2.3.0'

@ -16,6 +16,4 @@ dependencyResolutionManagement {
}
include ':app'
include ':catvod'
gradle.ext.exoplayerModulePrefix = 'exoplayer-'
apply from: file("/exo/core_settings.gradle")
rootProject.name = "TV"

Loading…
Cancel
Save