blob: 6cef734b95375338307c4454c6f84876c8114ad8 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
defaultConfig {
versionCode 42
versionName "foo"
}
}
dependencies {
compile 'com.android.support:support-v4:13.0.0'
}