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
}