blob: cea94fd95b40ed1663725560d938bb11df80c8b1 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
defaultConfig {
minSdkVersion 7
targetSdkVersion <caret>17
}
}