@@ -28,27 +28,8 @@ android {
28
28
}
29
29
30
30
dependencies {
31
- implementation project(modulePrefix + ' lib-datasource-cronet' )
32
31
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' )
45
32
implementation ' androidx.annotation:annotation:' + androidxAnnotationVersion
33
+ implementation ' androidx.appcompat:appcompat:' + androidxAppCompatVersion
46
34
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
54
35
}
0 commit comments