diff --git a/android/build.gradle b/android/build.gradle index 065aa79..e9b7286 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" implementation 'androidx.mediarouter:mediarouter:1.2.5' - implementation 'com.google.android.gms:play-services-cast-framework:21.3.0' + implementation 'com.google.android.gms:play-services-cast-framework:21.5.0' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"