blob: 63df73e616873f28a6caa1383fad45aab175930b [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
android {
lintOptions {
fatal("UnknownNullness")
}
}
dependencies {
api(project(":core"))
api(project(":legacy-support-core-utils"))
annotationProcessor(NULLAWAY)
androidTestImplementation(TEST_RUNNER)
}
supportLibrary {
name = "Android Support Palette v7"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.PALETTE
inceptionYear = "2014"
description = "Android Support Palette v7"
}