blob: 0bb5ed2e80f4c29297f744fee9fd36f933778971 [file] [log] [blame]
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
dependencies {
api("androidx.annotation:annotation:1.1.0")
implementation(project(":core:core"))
}
android {
sourceSets {
main.res.srcDir("res")
}
}
androidx {
name = "Android Support CardView v7"
publish = Publish.SNAPSHOT_AND_RELEASE
mavenVersion = LibraryVersions.CARDVIEW
mavenGroup = LibraryGroups.CARDVIEW
inceptionYear = "2011"
description = "Android Support CardView v7"
failOnDeprecationWarnings = false
}