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