| * 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 |
| id("com.android.library") |
| api("androidx.annotation:annotation:1.8.1") |
| implementation("androidx.collection:collection:1.4.2") |
| api("androidx.appcompat:appcompat:1.0.0") |
| api("androidx.recyclerview:recyclerview:1.3.2") |
| api("androidx.preference:preference:1.1.0") |
| api(project(":leanback:leanback")) |
| namespace = "androidx.leanback.preference" |
| name = "Leanback Preference" |
| type = LibraryType.PUBLISHED_LIBRARY |
| mavenVersion = LibraryVersions.LEANBACK_PREFERENCE |
| description = "AndroidX Leanback Preference" |
| failOnDeprecationWarnings = false |