mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
Upgrade Cast dependency for Android 12 compatibility
#minor-release Issue: google/ExoPlayer#9528 PiperOrigin-RevId: 413887784
This commit is contained in:
parent
ef1788dcea
commit
3805237322
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue