blob: 4009d3a96bd094a367a1a385e347ac7e75629992 [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
versionCode 1
versionName "1.0"
}
productFlavors {
free {
}
pro {
}
}
}
dependencies {
compile 'com.android.support:appcompat-v7:+'
freeCompile 'com.google.guava:guava:11.0.2'
compile 'com.android.support:appcompat-v7:13.0.0'
}