blob: f5079ce607bca49f2b5b9eda82b6962ca8034e4c [file] [log] [blame]
apply from: "../commonHeader.gradle"
buildscript { apply from: "../commonBuildScript.gradle", to: buildscript }
apply plugin: 'com.android.application'
apply from: "../commonLocalRepo.gradle"
android {
compileSdkVersion 21
buildToolsVersion = rootProject.ext.buildToolsVersion
defaultConfig {
versionCode 12
versionName "2.0"
minSdkVersion 16
targetSdkVersion 16
}
}
dependencies {
compile 'com.google.guava:guava:17.0'
// this is added by the test to control the version.
//androidTestCompile 'com.google.guava:guava:x.y'
}