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