blob: 85d25772dab084b10f74462c047261645c3dd1a1 [file] [log] [blame]
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-v4')
api project(':appcompat-v7')
api project(':recyclerview-v7')
api project(':preference-v7')
api project(':preference-v14')
api project(':leanback-v17')
}
android {
defaultConfig {
minSdkVersion 17
}
sourceSets {
main.java.srcDirs = [
'api21',
'src'
]
main.res.srcDir 'res'
}
}
supportLibrary {
name = "Android Support Leanback Preference v17"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2015"
description = "Android Support Leanback Preference v17"
legacySourceLocation = true
}