blob: 20d6676fbecc74c31590f5dfc7d79026a75bfe60 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "19.1"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
versionCode 1
versionName "1.0"
}
productFlavors {
free {
}
pro {
}
}
}
dependencies {
freeCompile group: 'com.google.guava', name: 'guava', version: '18.0', transitive: false
compile 'com.android.support:appcompat-v7:13.0.0'
}