blob: 95c079989086228e8ffe1f61cd88a4acc912bc18 [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, libs.exclude_annotations)
}
android {
defaultConfig {
minSdkVersion 14
}
}
supportLibrary {
name = "Android Support Palette v7"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2014"
description = "Android Support Palette v7"
legacySourceLocation = true
}