blob: 78da4d4d78620b99a008e92763291b5bb32c07e5 [file] [log] [blame]
apply plugin: 'android-library'
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
defaultConfig {
versionCode 12
versionName "2.0"
minSdkVersion 16
targetSdkVersion 16
proguardFile 'config.pro'
consumerProguardFiles 'config.pro'
}
release {
runProguard true
}
}