blob: a6f98e1bca35f1ad479903bb1545af59fbceb148 [file] [log] [blame]
import android.support.LibraryGroups
import android.support.LibraryVersions
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
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2011"
description = "Android Support CardView v7"
legacySourceLocation = true
}