blob: b10d74de51a277c78693e1c72f90bcd1966956df [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
defaultConfig {
minSdkVersion 15
targetSdkVersion 17
}
}
dependencies {
compile 'com.android.support:appcompat-v7:+'
}