콘텐츠 플레이어

- BottomSheet 로 수정
- 콘텐츠 url 생성 api
This commit is contained in:
2024-12-07 00:17:25 +09:00
parent a4b1ef0005
commit a7a7eb3e3f
11 changed files with 214 additions and 63 deletions

View File

@@ -161,4 +161,9 @@ dependencies {
implementation "androidx.room:room-runtime:2.5.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
implementation "androidx.media3:media3-ui:1.4.1"
implementation "androidx.media3:media3-session:1.4.1"
implementation "androidx.media3:media3-exoplayer:1.4.1"
implementation "androidx.media3:media3-datasource-okhttp:1.4.1"
}