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