pull/137/head
FongMi 3 years ago
parent e2a6cd5dfb
commit 9db87c6cc3
  1. 24
      app/build.gradle
  2. 2
      app/src/mobile/java/com/fongmi/android/tv/ui/custom/FileChooser.java

@ -69,20 +69,18 @@ dependencies {
implementation project(':catvod')
implementation project(':forcetech')
implementation project(':ijkplayer')
implementation project(':media-lib-database')
implementation project(':media-lib-datasource')
implementation project(':media-lib-datasource-rtmp')
implementation project(':media-lib-decoder-av1')
implementation project(':media-lib-decoder-ffmpeg')
implementation project(':media-lib-exoplayer')
implementation project(':media-lib-exoplayer-dash')
implementation project(':media-lib-exoplayer-hls')
implementation project(':media-lib-exoplayer-rtsp')
implementation project(':media-lib-exoplayer-smoothstreaming')
implementation project(':media-lib-extractor')
implementation project(':media-lib-session')
implementation project(':media-lib-ui')
pythonImplementation project(':pyramid')
implementation 'androidx.media3:media3-database:1.0.0'
implementation 'androidx.media3:media3-datasource:1.0.0'
implementation 'androidx.media3:media3-datasource-rtmp:1.0.0'
implementation 'androidx.media3:media3-exoplayer:1.0.0'
implementation 'androidx.media3:media3-exoplayer-dash:1.0.0'
implementation 'androidx.media3:media3-exoplayer-hls:1.0.0'
implementation 'androidx.media3:media3-exoplayer-rtsp:1.0.0'
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.0.0'
implementation 'androidx.media3:media3-extractor:1.0.0'
implementation 'androidx.media3:media3-session:1.0.0'
implementation 'androidx.media3:media3-ui:1.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
implementation 'androidx.preference:preference:1.2.0'

@ -1,4 +1,4 @@
package com.fongmi.android.tv.utils;
package com.fongmi.android.tv.ui.custom;
import android.content.Context;
import android.content.Intent;

Loading…
Cancel
Save