[go: nahoru, domu]

blob: 5a7f6f960c399e2989fd31c99c7d1059f3f62f7a [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("androidx.core:core:1.3.0-beta01")
}
androidx {
name = "Android Support CardView v7"
publish = Publish.SNAPSHOT_AND_RELEASE
mavenGroup = LibraryGroups.CARDVIEW
inceptionYear = "2011"
description = "Android Support CardView v7"
failOnDeprecationWarnings = false
}