blob: e16394ed188d598a6cefe06d905fc5af9e74b824 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'support-tv-provider'
dependencies {
api project(':support-annotations')
api project(':support-compat')
androidTestImplementation (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'
}