blob: b1ab9e7b82e6e00f245f553c763fea09e8e00ad4 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":core"))
api(project(":legacy-support-core-utils"))
androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
}
supportLibrary {
name = "Android Support Palette v7"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.PALETTE
inceptionYear = "2014"
description = "Android Support Palette v7"
}