Upgrade Cast dependency for Android 12 compatibility

#minor-release
Issue: google/ExoPlayer#9528
PiperOrigin-RevId: 413887784
This commit is contained in:
olly 2021-12-03 10:58:27 +00:00 committed by Ian Baker
parent ef1788dcea
commit 3805237322

View File

@ -14,7 +14,7 @@
apply from: "$gradle.ext.androidxMediaSettingsDir/common_library_config.gradle"
dependencies {
api 'com.google.android.gms:play-services-cast-framework:20.0.0'
api 'com.google.android.gms:play-services-cast-framework:20.1.0'
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
implementation project(modulePrefix + 'lib-common')
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion