blob: d6f81763f69783c9751986bd80a72aeda5e617fd [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 15
}
dependencies {
compile project(':library')
}