blob: 39820d4662569645e23bc0e9bcc3274a28d0fad1 [file] [log] [blame]
import android.support.LibraryGroups
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-annotations')
}
android {
defaultConfig {
minSdkVersion 14
}
sourceSets {
main.res.srcDir 'res'
}
}
supportLibrary {
name = "Android Support CardView v7"
publish = true
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2011"
description = "Android Support CardView v7"
legacySourceLocation = true
}