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