blob: 4c62fe2a7ba78bd46dbfb67421bb24317b469614 [file] [log] [blame]
apply plugin: 'android-library'
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
}
dependencies {
compile project(':baseLibrary')
compile project(':util')
}