blob: e4670a70221ef48a6c417d00ee8ba985df29034f [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
dependencies {
api project(':support-compat')
api project(':support-core-utils')
androidTestImplementation (libs.test_runner) {
exclude module: 'support-annotations'
}
}
android {
defaultConfig {
minSdkVersion 14
}
}
supportLibrary {
name 'Android Support Palette v7'
inceptionYear '2014'
description 'Android Support Palette v7'
}