blob: bf2265d6aea73fb399cb85caf24f5c7bdb8ea206 [file] [log] [blame]
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":support-annotations"))
}
supportLibrary {
name = "Android Support Recommendation"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2015"
description = "Android Support Recommendation"
legacySourceLocation = true
minSdkVersion = 21
}