Merge branch 'mediasession' of https://github.com/DDRBoxman/MPD

This commit is contained in:
Max Kellermann
2024-01-13 22:26:34 +01:00
5 changed files with 104 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ dependencies {
ksp("com.google.dagger:dagger-compiler:2.49")
ksp("com.google.dagger:hilt-compiler:2.49")
implementation("androidx.media3:media3-session:1.2.0")
// Android Studio Preview support
implementation("androidx.compose.ui:ui-tooling-preview")
debugImplementation("androidx.compose.ui:ui-tooling")