普通文本  |  26行  |  709 B

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_TMP, libs.exclude_for_espresso)
    androidTestImplementation(ESPRESSO_CORE_TMP, 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
}