blob: af8250cbd0263d6d61f7a05cea6f61c5fb088488 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
defaultConfig {
minSdkVersion <error descr="Use an integer rather than a string here (replace '7' with just 7)">'7<caret>'</error>
targetSdkVersion <error descr="Use an integer rather than a string here (replace '17' with just 17)">'17'</error>
}
}