blob: d4d467d2ae3a244ff1b83cb389ea94beb27b4c84 [file] [log] [blame]
Aurimas Liutikasca04e9a2017-08-23 21:19:51 -07001apply plugin: android.support.SupportAndroidLibraryPlugin
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -08002
Xavier Ducrohete8b71222013-11-20 16:30:26 -08003dependencies {
Aurimas Liutikas1989c3c2017-07-05 14:44:09 -07004 api project(':support-compat')
5 api project(':support-core-ui')
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -08006
Aurimas Liutikas9edca682017-07-25 09:12:35 -07007 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
Xavier Ducrohete8b71222013-11-20 16:30:26 -08009}
10
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080011android {
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080012 defaultConfig {
Aurimas Liutikasf7513062017-01-05 13:02:27 -080013 minSdkVersion 14
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080014 }
15
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080016 sourceSets {
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080017 main.res.srcDir 'res'
Yigit Boyar02a9e8c2016-01-26 20:41:00 -080018 }
Raphael Moll5057daa2013-10-29 17:01:14 -070019}
Xavier Ducrohet11b83982015-03-31 15:12:42 -070020
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080021supportLibrary {
22 name 'Android Support Grid Layout'
Aurimas Liutikase1f39f02017-08-23 17:59:58 -070023 publish true
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080024 inceptionYear '2013'
25 description 'Android Support Grid Layout'
26}