blob: 239abf164179b5550820fb6077418fe12efd879f [file]
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
dependencies {
api("androidx.annotation:annotation:1.1.0")
implementation("androidx.core:core:1.3.0-beta01")
}
androidx {
name = "Android Support CardView"
publish = Publish.SNAPSHOT_AND_RELEASE
inceptionYear = "2011"
description = "Android Support CardView"
failOnDeprecationWarnings = false
}
android {
namespace "androidx.cardview"
}