blob: 69cd645e838940d7aec1c5376c435fc1c4a5ceb6 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
versionCode 1
versionName "1.0"
}
}
dependencies {
compile <warning>'<caret>com.android.support:appcompat-v7:19.0.+'</warning>
}