blob: 4e22171f93be31c59bb37ebefbb632619db9b549 [file] [log] [blame]
plugins {
id "net.ltgt.errorprone" version "0.0.13"
}
apply plugin: RoboJavaModulePlugin
dependencies {
compile project(":robolectric")
compileOnly AndroidSdk.MAX_SDK.coordinates
// Testing dependencies
testRuntime AndroidSdk.MAX_SDK.coordinates
testCompile "junit:junit:4.12"
testCompile "com.google.truth:truth:0.39"
testCompile "org.powermock:powermock-module-junit4:1.6.2"
testCompile "org.powermock:powermock-module-junit4-rule:1.6.2"
testCompile "org.powermock:powermock-api-mockito:1.6.2"
testCompile "org.powermock:powermock-classloading-xstream:1.6.2"
}