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