blob: 7df2ca3ef647659e12e705e8069010a126c6532e [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.CARDVIEW
mavenGroup = LibraryGroups.CARDVIEW
inceptionYear = "2011"
description = "Android Support CardView v7"
failOnDeprecationWarnings = false
}