blob: 0c384876d6441f70b46c65e469df75cf0bf1f967 [file] [log] [blame]
apply plugin: android.support.SupportAndroidLibraryPlugin
dependencies {
api project(':support-annotations')
}
android {
defaultConfig {
minSdkVersion 21
}
}
supportLibrary {
name 'Android Support Recommendation'
publish true
inceptionYear '2015'
description 'Android Support Recommendation'
}