blob: 3704e6644f82fe42a82a66a480b83f63a3f1b7ce [file] [log] [blame]
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-annotations')
}
android {
defaultConfig {
minSdkVersion 21
}
}
supportLibrary {
name = "Android Support Recommendation"
publish = true
inceptionYear = "2015"
description = "Android Support Recommendation"
legacySourceLocation = true
}