blob: 930e19180372e0547f62c1029271b854bb74080c [file] [log] [blame]
Aurimas Liutikas526389b2018-02-27 14:01:24 -08001import static androidx.build.dependencies.DependenciesKt.*
2import androidx.build.LibraryGroups
3import androidx.build.LibraryVersions
Aurimas Liutikas7f40a7e2017-10-27 17:55:06 -07004
Aurimas Liutikasf8b708a2017-11-02 16:07:13 -07005plugins {
6 id("SupportAndroidLibraryPlugin")
7}
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -08008
Xavier Ducrohete8b71222013-11-20 16:30:26 -08009dependencies {
Aurimas Liutikasac5fe7c2018-03-06 14:40:53 -080010 api(project(":core"))
11 api(project(":legacy-support-core-ui"))
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080012
Filip Pavlisa8792942018-03-08 21:01:59 +000013 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
14 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
Xavier Ducrohete8b71222013-11-20 16:30:26 -080015}
16
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080017supportLibrary {
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080018 name = "Android Support Grid Layout"
19 publish = true
Aurimas Liutikas78c1ab72017-11-08 13:33:51 -080020 mavenVersion = LibraryVersions.SUPPORT_LIBRARY
Aurimas Liutikasac5fe7c2018-03-06 14:40:53 -080021 mavenGroup = LibraryGroups.GRIDLAYOUT
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080022 inceptionYear = "2013"
23 description = "Android Support Grid Layout"
Aurimas Liutikas3ac069f2018-04-04 13:25:38 -070024 failOnDeprecationWarnings = false
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080025}