blob: e1f513349aabe13a62e5ac64f3732d5efb4da084 [file] [log] [blame]
apply plugin: 'java'
apply from: "$rootDir/gradle/publishing.gradle"
version = VERSION_NAME
description = "Implementation of the Mockito API for use on the Android Dalvik VM"
targetCompatibility = '1.7'
sourceCompatibility = '1.7'
repositories {
jcenter()
}
dependencies {
compile project(":dexmaker")
compile 'org.mockito:mockito-core:2.12.0'
}