fix: missing mediarouter dependency

This commit is contained in:
2025-12-08 21:52:29 +01:00
parent 1a13b66013
commit 597374fa3c
3 changed files with 1 additions and 12 deletions

View File

@@ -86,6 +86,7 @@ dependencies {
implementation 'androidx.room:room-runtime:2.8.4'
implementation 'androidx.core:core-splashscreen:1.2.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.mediarouter:mediarouter:1.8.1'
// Android Material
implementation 'com.google.android.material:material:1.13.0'