diff --git a/android/app/build.gradle b/android/app/build.gradle index 99bf0a8e..960c5e4b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -72,4 +72,5 @@ flutter { dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.mediarouter:mediarouter:1.7.0' } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 523e12a1..73af1fbd 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -22,7 +22,7 @@ android:allowBackup="false" android:fullBackupContent="false" > - +