blob: 3689255370957b94e1037015dd60ebcde2721289 [file] [log] [blame]
Aurimas Liutikasf8b708a2017-11-02 16:07:13 -07001plugins {
2 id("SupportAndroidLibraryPlugin")
3}
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -08004
Xavier Ducrohete8b71222013-11-20 16:30:26 -08005dependencies {
Aurimas Liutikas1989c3c2017-07-05 14:44:09 -07006 api project(':support-compat')
7 api project(':support-core-ui')
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -08008
Aurimas Liutikas9edca682017-07-25 09:12:35 -07009 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
10 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
Xavier Ducrohete8b71222013-11-20 16:30:26 -080011}
12
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080013android {
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080014 defaultConfig {
Aurimas Liutikasf7513062017-01-05 13:02:27 -080015 minSdkVersion 14
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080016 }
17
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080018 sourceSets {
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080019 main.res.srcDir 'res'
Yigit Boyar02a9e8c2016-01-26 20:41:00 -080020 }
Raphael Moll5057daa2013-10-29 17:01:14 -070021}
Xavier Ducrohet11b83982015-03-31 15:12:42 -070022
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080023supportLibrary {
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080024 name = "Android Support Grid Layout"
25 publish = true
26 inceptionYear = "2013"
27 description = "Android Support Grid Layout"
28 legacySourceLocation = true
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080029}