mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix dependency in cast extension
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184125114
This commit is contained in:
parent
c8f39fe14d
commit
340501246b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ dependencies {
|
||||||
compile 'com.google.android.gms:play-services-cast-framework:' + playServicesLibraryVersion
|
compile 'com.google.android.gms:play-services-cast-framework:' + playServicesLibraryVersion
|
||||||
compile project(modulePrefix + 'library-core')
|
compile project(modulePrefix + 'library-core')
|
||||||
compile project(modulePrefix + 'library-ui')
|
compile project(modulePrefix + 'library-ui')
|
||||||
compile project(modulePrefix + 'testutils')
|
testCompile project(modulePrefix + 'testutils')
|
||||||
testCompile 'junit:junit:' + junitVersion
|
testCompile 'junit:junit:' + junitVersion
|
||||||
testCompile 'org.mockito:mockito-core:' + mockitoVersion
|
testCompile 'org.mockito:mockito-core:' + mockitoVersion
|
||||||
testCompile 'org.robolectric:robolectric:' + robolectricVersion
|
testCompile 'org.robolectric:robolectric:' + robolectricVersion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue