Commit 34050124 by olly Committed by Oliver Woodman

Fix dependency in cast extension

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184125114
parent c8f39fe1
Showing with 1 additions and 1 deletions
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment