blob: 606b66e3c1c9fab42a2a041f32d9f5732b2352d0 [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
defaultConfig.targetSdkVersion<error descr="Do not use assignment with the targetSdkVersion property (remove the '=')">=</error>19
defaultConfig.versionCode = 1
defaultConfig.versionName "1.0"
}