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