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