blob: ef8167b5004b9c2d1f7cfcb59100f467c662d003 [file] [log] [blame]
apply plugin: org.robolectric.gradle.RoboJavaModulePlugin
dependencies {
api project(":robolectric")
api "junit:junit:4.12"
compileOnly AndroidSdk.MAX_SDK.coordinates
testRuntime AndroidSdk.MAX_SDK.coordinates
testImplementation "com.google.truth:truth:1.0.1"
testImplementation "org.conscrypt:conscrypt-openjdk-uber:2.4.0"
testImplementation "com.squareup.okhttp3:okhttp"
testImplementation platform("com.squareup.okhttp3:okhttp-bom:4.8.0")
}