blob: 98e423bb74b74d5af23ba8717fd37a0b4336a871 [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
}
dependencies{
compile project(":lib")
}