blob: 25a60c794989cb511ba2f3378e66f2b8aafa1c54 [file] [log] [blame]
plugins {
id("SupportAndroidLibraryPlugin")
}
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'
publish true
inceptionYear '2014'
description 'Android Support Palette v7'
legacySourceLocation true
}