Home | History | Annotate | Download | only in mockito
      1 plugins {
      2     id "net.ltgt.errorprone" version "0.0.13"
      3 }
      4 
      5 apply plugin: RoboJavaModulePlugin
      6 
      7 dependencies {
      8     compile project(":robolectric")
      9     compileOnly AndroidSdk.MAX_SDK.coordinates
     10 
     11     // Testing dependencies
     12     testRuntime AndroidSdk.MAX_SDK.coordinates
     13     testCompile "junit:junit:4.12"
     14     testCompile "org.assertj:assertj-core:3.8.0"
     15     testCompile "org.mockito:mockito-core:2.5.4"
     16 }