blob: 469f06dd1d4bcc42493c9eee60c27491e4ed02e3 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":annotation"))
api(project(":core"))
androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
androidTestImplementation(TEST_RULES_TMP, libs.exclude_for_espresso)
androidTestImplementation(MOCKITO_CORE)
}
supportLibrary {
name = "Android Support TV Provider"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.TVPROVIDER
inceptionYear = "2017"
description = "Android Support Library for TV Provider"
minSdkVersion = 21
failOnUncheckedWarnings = false
failOnDeprecationWarnings = false
}