plugins {
id "net.ltgt.errorprone" version "0.0.13"
}
apply plugin: RoboJavaModulePlugin
dependencies {
compile project(":robolectric")
compile "junit:junit:4.12"
compile("com.android.support.test:monitor:1.0.2-alpha1")
compileOnly AndroidSdk.MAX_SDK.coordinates
// Testing dependencies
testRuntime AndroidSdk.MAX_SDK.coordinates
testCompile("com.android.support.test:runner:1.0.2-alpha1")
testCompile("com.android.support.test:rules:1.0.2-alpha1")
testCompile "com.google.truth:truth:0.36"
}