blob: 26c600ccb36be946028bc67de5c416ffd8eb45ef [file] [log] [blame]
apply plugin: 'com.android.application'
dependencies {
compile project(':lib')
}
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
}