| url "https://plugins.gradle.org/m2/" |
| classpath "net.ltgt.gradle:gradle-errorprone-plugin:0.0.13" |
| apply plugin: "net.ltgt.errorprone" |
| apply plugin: 'com.android.library' |
| buildToolsVersion '28.0.3' |
| testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' |
| implementation project(':dexmaker-mockito-inline-tests') |
| compileOnly project(':dexmaker-mockito-inline-extended') |
| androidTestImplementation project(':dexmaker-mockito-inline-extended') |
| implementation 'junit:junit:4.12' |
| implementation 'com.android.support.test:runner:1.0.2' |
| implementation 'com.android.support.test:rules:1.0.2' |
| api 'org.mockito:mockito-core:2.21.0', { exclude group: 'net.bytebuddy' } |