Skip to content

Commit

Permalink
Upgrade Cast dependency for Android 12 compatibility
Browse files Browse the repository at this point in the history
#minor-release
Issue: google/ExoPlayer#9528
PiperOrigin-RevId: 413887784
  • Loading branch information
ojw28 authored and icbaker committed Dec 7, 2021
1 parent ef1788d commit 3805237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3805237

Please sign in to comment.