mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Update the cast framework gradle dependency in the Cast extension
Issue:#4960 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=217707957
This commit is contained in:
parent
e346707199
commit
41129280cf
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api 'com.google.android.gms:play-services-cast-framework:16.0.1'
|
||||
api 'com.google.android.gms:play-services-cast-framework:16.0.3'
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation project(modulePrefix + 'library-ui')
|
||||
testImplementation project(modulePrefix + 'testutils')
|
||||
|
|
|
|||
Loading…
Reference in a new issue