blob: 23146c9294ba75d346f605d4d49f9a0bc13d0121 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'support-tv-provider'
dependencies {
compile project(':support-annotations')
compile project(':support-compat')
androidTestCompile (libs.test_runner) {
exclude module: 'support-annotations'
}
}
android {
defaultConfig {
minSdkVersion 21
}
sourceSets {
main.java.srcDirs = ['src']
main.res.srcDir 'res'
}
}
supportLibrary {
name 'Android Support TV Provider'
inceptionYear '2017'
description 'Android Support Library for TV Provider'
}