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:
aquilescanta 2018-10-18 08:54:19 -07:00 committed by Oliver Woodman
parent e346707199
commit 41129280cf

View file

@ -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')