@@ -28,27 +28,8 @@ android {
2828}
2929
3030dependencies {
31- implementation project(modulePrefix + ' lib-datasource-cronet' )
3231 implementation project(modulePrefix + ' lib-exoplayer' )
33- implementation project(modulePrefix + ' lib-exoplayer-dash' )
34- implementation project(modulePrefix + ' lib-exoplayer-hls' )
35- implementation project(modulePrefix + ' lib-exoplayer-ima' )
36- implementation project(modulePrefix + ' lib-exoplayer-rtsp' )
37- implementation project(modulePrefix + ' lib-exoplayer-smoothstreaming' )
38- implementation project(modulePrefix + ' lib-transformer' )
39- implementation project(modulePrefix + ' lib-effect' )
40- implementation project(modulePrefix + ' lib-muxer' )
41- implementation project(modulePrefix + ' lib-container' )
42- implementation project(modulePrefix + ' lib-session' )
43- implementation project(modulePrefix + ' lib-ui' )
44- implementation project(modulePrefix + ' lib-ui-compose' )
4532 implementation ' androidx.annotation:annotation:' + androidxAnnotationVersion
33+ implementation ' androidx.appcompat:appcompat:' + androidxAppCompatVersion
4634 implementation ' androidx.activity:activity-compose:1.9.0'
47- implementation ' androidx.compose.material:material'
48- implementation ' androidx.compose.material3:material3'
49- implementation ' androidx.compose.material:material-icons-extended'
50- implementation ' com.github.bumptech.glide:glide:' + glideVersion
51- implementation ' com.github.bumptech.glide:concurrent-integration:' + glideVersion
52- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android' + kotlinxCoroutinesVersion
53- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-guava:' + kotlinxCoroutinesVersion
5435}
0 commit comments