diff --git a/android/app/build.gradle b/android/app/build.gradle index 7d5bf4b..2a87066 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -90,7 +90,7 @@ dependencies { // Google Cast (sender): cast VOD FROM the app to Chromecast/Google TV. mediarouter provides the // route-picker dialog (shown via a ContextThemeWrapper so the app-wide theme stays DeviceDefault); // appcompat is required on the compile classpath because the picker dialog extends AppCompatDialog. - implementation "com.google.android.gms:play-services-cast-framework:21.5.0" + implementation "com.google.android.gms:play-services-cast-framework:22.3.1" implementation "androidx.mediarouter:mediarouter:1.7.0" implementation "androidx.appcompat:appcompat:1.7.0" testImplementation "junit:junit:4.13.2"