blob: 1a60a9503ce182df137b0f4c1dfb51341261de19 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion=19
buildToolsVersion = "19.0.0"
defaultConfig {
minSdkVersion<error descr="Do not use assignment with the minSdkVersion property (remove the '=')"> = </error>7
targetSdkVersion<error descr="Do not use assignment with the targetSdkVersion property (remove the '=')">=</error>19
versionCode = 1
versionName "1.0"
}
}