feat: MVP of MediaSessionCompat Android 13+ integration

This commit is contained in:
2026-07-27 00:16:46 -04:00
parent 2cf02ddcea
commit 1029586c6d
12 changed files with 538 additions and 82 deletions
+1
View File
@@ -107,6 +107,7 @@ dependencies {
implementation(libs.androidx.activity.compose)
implementation(libs.kotlinx.coroutines.android)
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.media)
// The Compose BOM aligns every Compose artifact to one tested version set,
// so the individual Compose deps below are declared without versions.