blob: d1b38c599c99f546fab1e1cc4faca431662ce826 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion=19
buildToolsVersion = "19.0.0"
defaultConfig {
minSdkVersion = 7
targetSdkVersion=19
versionCode = 1
versionName "1.0"
}
}