blob: b1b12c7618e360a5ca5eae08b84a37d82f550924 [file] [log] [blame]
import static android.support.dependencies.DependenciesKt.*
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":support-compat"))
api(project(":support-core-utils"))
androidTestImplementation(TEST_RUNNER)
}
supportLibrary {
name = "Android Support Palette v7"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2014"
description = "Android Support Palette v7"
legacySourceLocation = true
}