blob: ce3ccf6b212fab1a3d99925c8c5c3ccebba5a7ec [file] [log] [blame]
apply plugin: 'android-library'
dependencies {
compile project(':lib2')
}
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
defaultConfig {
versionCode 12
versionName "2.0"
minSdkVersion 16
targetSdkVersion 16
proguardFile 'config.pro'
consumerProguardFiles 'consumerRules.pro'
}
release {
runProguard true
}
}