blob: eb3b0542ee309670efbb3266de37914828a53f13 [file] [log] [blame]
plugins {
id("com.android.application")
}
android {
<error descr="Use an integer rather than a string here (replace \"19\" with just 19)">compileSdkVersion("19")</error>
buildToolsVersion("19.0.1")
defaultConfig {
<error descr="Use an integer rather than a string here (replace \"8\" with just 8)">minSdkVersion("8")</error>
<error descr="Use an integer rather than a string here (replace \"16\" with just 16)">targetSdkVersion("16")</error>
}
}