apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'mediarouter-v7'

dependencies {
    compile project(":support-appcompat-v7")
    compile project(":support-palette-v7")

    androidTestCompile libs.test_runner
}

android {
    defaultConfig {
        minSdkVersion 14
    }

    sourceSets {
        main.java.srcDirs = [
                'jellybean',
                'jellybean-mr1',
                'jellybean-mr2',
                'api24',
                'src'
        ]
        main.res.srcDir 'res'
    }
}

supportLibrary {
    name 'Android MediaRouter Support Library'
    inceptionYear '2013'
    description 'Android MediaRouter Support Library'
}