Gasflow-fork/colorPicker/build.gradle
Mridang Agarwalla 04ac1353f2 Initial commit
2015-10-03 17:19:25 +03:00

20 lines
405 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion '22.0.0'
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
productFlavors {
}
}
dependencies {
}