blob: 8cb0c9ebcd9c2790e8c3610ce6f6b4c795624138 [file] [log] [blame]
import static android.support.dependencies.DependenciesKt.*
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":support-annotations"))
api(project(":support-compat"))
androidTestImplementation(TEST_RUNNER)
}
supportLibrary {
name = "Android Support TV Provider"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2017"
description = "Android Support Library for TV Provider"
legacySourceLocation = true
minSdkVersion = 21
}