blob: 4cc89d9e1be5d3171290340cc1afe8f94b10d837 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":core"))
api(project(":annotation"))
api(project(":interpolator"))
api(project(":collection"))
api(project(":legacy-support-core-ui"))
androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
androidTestImplementation(project(":internal-testutils"))
}
supportLibrary {
name = "Android Support Custom Tabs"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.BROWSER
inceptionYear = "2015"
description = "Android Support Custom Tabs"
minSdkVersion = 15
}