blob: 286d360f995dc334fa3a5feaa3a36c80c952543f [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
}
dependencies {
compile project(':library')
}