blob: 4fecc60ca61581a55385992e1c04fbf91721d5f4 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'leanback-v17'
dependencies {
api project(':support-compat')
api project(':support-core-ui')
api project(':support-media-compat')
api project(':support-fragment')
api project(':support-recyclerview-v7')
androidTestImplementation (libs.test_runner) {
exclude module: 'support-annotations'
}
androidTestImplementation (libs.espresso_core) {
exclude module: 'support-annotations'
}
androidTestImplementation libs.mockito_core
androidTestImplementation libs.dexmaker_mockito
androidTestImplementation libs.multidex
}
android {
defaultConfig {
minSdkVersion 17
multiDexEnabled true
}
sourceSets {
main.java.srcDirs = [
'common',
'jbmr2',
'kitkat',
'api21',
'api23',
'src'
]
main.res.srcDir 'res'
}
}
supportLibrary {
name 'Android Support Leanback v17'
inceptionYear '2014'
description 'Android Support Leanback v17'
}