blob: 8ed0e93b278cf8ebd02c59861b04667c47d64af0 [file] [log] [blame]
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
inceptionYear '2011'
description 'Android Support CardView v7'
legacySourceLocation true
}