blob: 71f0515b7e330289dc8f91b7e90443ffac315d46 [file] [log] [blame]
/**
* This file was created using the `create_project.py` script located in the
* `<AndroidX root>/development/project-creator` directory.
*
* Please use that script when creating a new project, rather than copying an existing project and
* modifying its settings.
*/
import androidx.build.LibraryType
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
dependencies {
annotationProcessor(libs.nullaway)
androidTestImplementation(libs.testExtJunit)
androidTestImplementation(libs.testCore)
androidTestImplementation(libs.testRunner)
}
androidx {
name = "Role"
type = LibraryType.PUBLISHED_LIBRARY
mavenVersion = LibraryVersions.CORE_ROLE
inceptionYear = "2019"
description = "This Support Library provides names and documentation for roles."
metalavaK2UastEnabled = true
}
android {
namespace "androidx.core.role"
}