blob: c950dacd0564c2a826f8ad120c473da9ee7a850c [file] [log] [blame]
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":annotation"))
}
android {
sourceSets {
main.res.srcDir("res")
}
}
supportLibrary {
name = "Android Support CardView v7"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.CARDVIEW
inceptionYear = "2011"
description = "Android Support CardView v7"
failOnDeprecationWarnings = false
}