blob: cc2be1c7768d1484483ac3932cd71ddb3c996175 [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
mavenGroup = LibraryGroups.CARDVIEW
inceptionYear = "2011"
description = "Android Support CardView"
failOnDeprecationWarnings = false
}
android {
namespace "androidx.cardview"
}