blob: 42d2d909efb7b19c6d512c37f1f370f06059f0af [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
}
sourceSets {
main.java.srcDirs = ['src']
main.res.srcDir 'res'
}
}
supportLibrary {
name 'Android Support TV Provider'
publish true
inceptionYear '2017'
description 'Android Support Library for TV Provider'
}