blob: 5f58cac99296399076d469ad8274661bc3841fe4 [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 15
buildToolsVersion "17.0"
}
dependencies{
compile project(":lib")
}