blob: e2f2c0a922ee0e148767372c01e42e0f0a2c9f06 [file] [log] [blame]
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
dependencies {
annotationProcessor(libs.nullaway)
androidTestImplementation(libs.testExtJunit)
androidTestImplementation(libs.testCore)
androidTestImplementation(libs.testRunner)
}
androidx {
name = "Android Support Library Role"
publish = Publish.SNAPSHOT_AND_RELEASE
mavenVersion = LibraryVersions.CORE_ROLE
inceptionYear = "2019"
description = "This Support Library provides names and documentation for roles."
}
android {
namespace "androidx.core.role"
}