blob: e6da4c7e1c3539e4849dc8f640bfa93ffbfbed92 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'palette-v7'
dependencies {
compile project(':support-compat')
compile project(':support-core-utils')
androidTestCompile (libs.test_runner) {
exclude module: 'support-annotations'
}
}
android {
compileSdkVersion project.ext.currentSdk
defaultConfig {
minSdkVersion 14
}
}
supportLibrary {
name 'Android Support Palette v7'
inceptionYear '2014'
description 'Android Support Palette v7'
}