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