blob: 1acf0e3bb8f21d12890d5abcff7218755981223a [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"))
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080011
Alan Viverettebadf2f82018-12-18 12:14:10 -050012 androidTestImplementation(TEST_EXT_JUNIT)
13 androidTestImplementation(TEST_CORE)
Aurimas Liutikas3f9ceb62018-07-10 11:57:16 -070014 androidTestImplementation(TEST_RUNNER)
15 androidTestImplementation(TEST_RULES)
16 androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso)
Xavier Ducrohete8b71222013-11-20 16:30:26 -080017}
18
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080019supportLibrary {
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080020 name = "Android Support Grid Layout"
21 publish = true
Aurimas Liutikasfb059ab2018-10-03 02:43:05 -070022 mavenVersion = LibraryVersions.GRIDLAYOUT
Aurimas Liutikasac5fe7c2018-03-06 14:40:53 -080023 mavenGroup = LibraryGroups.GRIDLAYOUT
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080024 inceptionYear = "2013"
25 description = "Android Support Grid Layout"
Aurimas Liutikasbfef0932018-04-04 13:25:38 -070026 failOnDeprecationWarnings = false
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080027}