blob: 0545458733a639658a5e999ad3ab7b2a54b17e3d [file] [log] [blame]
apply plugin: android.support.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'
}