blob: 394bf5e2ebd2e6f68aaf61cd4b28f64fd1dbc481 [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
defaultConfig {
minSdkVersion 21
targetSdkVersion 23
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
}