blob: 90900ac04a474333ddd20b5ee9a63e70ec614356 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
dependencies {
api project(":support-appcompat-v7")
api project(":support-palette-v7")
androidTestImplementation (libs.test_runner) {
exclude module: 'support-annotations'
}
androidTestImplementation (libs.espresso_core) {
exclude module: 'support-annotations'
}
androidTestImplementation 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'
}