blob: 64c2d781be20f751076fcd07459d4a92530fe986 [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion = rootProject.ext.buildToolsVersion
defaultConfig {
useJack rootProject.ext.useJack
minSdkVersion 4
}
buildTypes {
debug {
// needed for the test app.
multiDexEnabled = true
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}