blob: 1bfa9e43540e4169ccfd1c3ee41ad47bdb530365 [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 24
buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
testOptions {
unitTests.returnDefaultValues = true
}
}
dependencies {
compile project(":runtime")
testCompile 'junit:junit:4.12'
testCompile "org.mockito:mockito-core:1.9.5"
}