blob: 31dd3b2bd0b66c1bd0b4ebfee68ebaef5dc48f1a [file] [log] [blame]
plugins {
id "net.ltgt.errorprone" version "0.0.10"
}
apply plugin: RoboJavaModulePlugin
// test with a project that depends on the stubs jar, not org.robolectric:android-all
dependencies {
compile project(":robolectric")
compile "junit:junit:4.12"
testCompile "com.google.android:android-stubs:26"
// Testing dependencies
testCompile "org.assertj:assertj-core:3.8.0"
testCompile "org.mockito:mockito-core:2.5.4"
}