blob: f28938b728f2ff617c0aeaee91cebe63d21e068c [file] [log] [blame]
import static android.support.dependencies.DependenciesKt.*
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":support-media-compat"))
api(project(":appcompat-v7"))
api(project(":palette-v7"))
androidTestImplementation(TEST_RUNNER)
androidTestImplementation(ESPRESSO_CORE)
androidTestImplementation(TEST_RULES)
}
android {
sourceSets {
main.java.srcDirs += [
'jellybean',
'jellybean-mr1',
'jellybean-mr2',
'api24'
]
}
}
supportLibrary {
name = "Android MediaRouter Support Library"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2013"
description = "Android MediaRouter Support Library"
}