blob: c8a95a91e51f5b54c4d6f5567cf26b483f4e853e [file] [log] [blame]
// See build.gradle for an explanation of what this file is.
apply plugin: 'com.android.library'
// Check if the android plugin version supports unit testing.
if (configurations.findByName("testCompile")) {
dependencies {
testCompile "junit:junit:4.10"
testCompile "org.mockito:mockito-core:1.9.5"
testCompile "org.robolectric:robolectric:2.2"
}
}