blob: 0aa261ef0c3fe31fa812563bce94274e07077358 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
}
dependencies {
compile 'com.android.support:appcompat-v7:+'
compile group: 'com.android.support', name: 'support-v4', version: '21.0.+'
}