blob: f971a0bedefe50f848b2cd3cf3673cbf047c2b99 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'mediarouter-v7'
dependencies {
compile project(":support-appcompat-v7")
compile project(":support-palette-v7")
androidTestCompile (libs.test_runner) {
exclude module: 'support-annotations'
}
androidTestCompile (libs.espresso_core) {
exclude module: 'support-annotations'
}
androidTestCompile libs.test_rules
}
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'
}