普通文本  |  27行  |  584 B

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'
}