blob: c028ad5003b011f5ef859357968a8a95d4bf6ee5 [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 17
buildToolsVersion "18.0.1"
defaultConfig {
renderscriptTargetApi = 11
}
}
dependencies {
compile project(':lib')
}