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