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