blob: 9fe5f9361eecca40f899fc4597de8222e1b9c816 [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
}