blob: 8c9ff7d2ca7b878d676cd0417fd2165219e20bfa [file] [log] [blame]
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-compat')
api project(':support-annotations')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
androidTestImplementation project(':support-testutils')
}
android {
defaultConfig {
minSdkVersion 15
}
sourceSets {
main.aidl.srcDirs = ['src/main/java']
}
}
supportLibrary {
name = "Android Support Custom Tabs"
publish = true
inceptionYear = "2015"
description = "Android Support Custom Tabs"
legacySourceLocation = true
}