blob: 375cd10e4a9a8387e2a94cd2a7a02c13fdb5e0f5 [file] [log] [blame]
import org.robolectric.gradle.DeployedRoboJavaModulePlugin
import org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: RoboJavaModulePlugin
apply plugin: DeployedRoboJavaModulePlugin
dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
api project(":annotations")
api "com.google.guava:guava:$guavaJREVersion"
testImplementation "junit:junit:${junitVersion}"
testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
}