[go: nahoru, domu]

blob: 7c65360390027bdf9b4b844a8f0662fd959dee86 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":media"))
api(project(":appcompat"))
api("androidx.palette:palette:1.0.0")
api(project(":recyclerview"))
androidTestImplementation(TEST_RUNNER)
androidTestImplementation(TEST_RULES)
androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso)
}
android {
sourceSets {
main.java.srcDirs += [
'jellybean',
'jellybean-mr1',
'jellybean-mr2',
'api24'
]
}
}
supportLibrary {
name = "Android MediaRouter Support Library"
publish = true
mavenVersion = LibraryVersions.MEDIAROUTER
mavenGroup = LibraryGroups.MEDIAROUTER
inceptionYear = "2013"
description = "Android MediaRouter Support Library"
failOnUncheckedWarnings = false
failOnDeprecationWarnings = false
}