blob: a62ff4b3b8acb52f6bca464a7948af78752958ab [file] [log] [blame]
import android.support.LibraryGroups
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
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2014"
description = "Android Support Palette v7"
legacySourceLocation = true
}