| import static androidx.build.dependencies.DependenciesKt.* |
| import androidx.build.LibraryGroups |
| import androidx.build.LibraryVersions |
| |
| plugins { |
| id("SupportAndroidLibraryPlugin") |
| } |
| |
| dependencies { |
| api(project(":core")) |
| api(project(":legacy-support-core-ui")) |
| |
| androidTestImplementation(TEST_RUNNER) |
| androidTestImplementation(TEST_RULES) |
| androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso) |
| } |
| |
| supportLibrary { |
| name = "Android Support Grid Layout" |
| publish = true |
| mavenVersion = LibraryVersions.SUPPORT_LIBRARY |
| mavenGroup = LibraryGroups.GRIDLAYOUT |
| inceptionYear = "2013" |
| description = "Android Support Grid Layout" |
| failOnDeprecationWarnings = false |
| } |