blob: 362924ad3f01a695e54a91d060a11ff87e0ef867 [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 15
// buildToolsVersion "1.0"
}
dependencies {
compile project(':library')
}