blob: c44cfbb01ab6cfb1b36253f89cab888e22fcb5ce [file] [log] [blame]
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-annotations')
api project(':support-compat')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
}
android {
defaultConfig {
minSdkVersion 21
}
}
supportLibrary {
name 'Android Support TV Provider'
publish true
inceptionYear '2017'
description 'Android Support Library for TV Provider'
legacySourceLocation true
}