blob: 84d04454d27a2bf2bcf26f53c73ea4b4089f0da7 [file] [log] [blame]
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":annotation"))
}
supportLibrary {
name = "Android Support Recommendation"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.RECOMMENDATION
inceptionYear = "2015"
description = "Android Support Recommendation"
minSdkVersion = 21
}