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