Fix dependency in cast extension

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184125114
This commit is contained in:
olly 2018-02-01 05:27:12 -08:00 committed by Oliver Woodman
parent c8f39fe14d
commit 340501246b

View file

@ -38,7 +38,7 @@ dependencies {
compile 'com.google.android.gms:play-services-cast-framework:' + playServicesLibraryVersion
compile project(modulePrefix + 'library-core')
compile project(modulePrefix + 'library-ui')
compile project(modulePrefix + 'testutils')
testCompile project(modulePrefix + 'testutils')
testCompile 'junit:junit:' + junitVersion
testCompile 'org.mockito:mockito-core:' + mockitoVersion
testCompile 'org.robolectric:robolectric:' + robolectricVersion