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 }