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