blob: be16341eb66183708aaf5966b39a5fc7daafa780 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'palette-v7'
dependencies {
compile project(':support-compat')
compile project(':support-core-utils')
androidTestCompile ("com.android.support.test:runner:${project.rootProject.ext.testRunnerVersion}") {
exclude module: 'support-annotations'
}
testCompile 'junit:junit:4.12'
}
android {
compileSdkVersion project.ext.currentSdk
defaultConfig {
minSdkVersion 14
}
}
supportLibrary {
name 'Android Support Palette v7'
inceptionYear '2014'
description 'Android Support Palette v7'
}