blob: 76c3bf36e2f6b9d754eaf1040f89a0f95e64e3b6 [file] [log] [blame]
apply plugin: android.support.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'
}