blob: 9ec67145f35280fd94dcadbb96ebe3ee486f4ef0 [file] [log] [blame]
Aurimas Liutikas9697da72016-12-22 15:50:42 -08001apply plugin: android.support.SupportLibraryPlugin
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 Liutikas1989c3c2017-07-05 14:44:09 -07007 androidTestImplementation (libs.test_runner) {
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -08008 exclude module: 'support-annotations'
9 }
Aurimas Liutikas1989c3c2017-07-05 14:44:09 -070010 androidTestImplementation (libs.espresso_core) {
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080011 exclude module: 'support-annotations'
12 }
Xavier Ducrohete8b71222013-11-20 16:30:26 -080013}
14
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080015android {
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080016 defaultConfig {
Aurimas Liutikasf7513062017-01-05 13:02:27 -080017 minSdkVersion 14
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080018 }
19
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080020 sourceSets {
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080021 main.java.srcDir 'src'
22 main.res.srcDir 'res'
23 main.assets.srcDir 'assets'
24 main.resources.srcDir 'src'
Yigit Boyar02a9e8c2016-01-26 20:41:00 -080025 }
Raphael Moll5057daa2013-10-29 17:01:14 -070026}
Xavier Ducrohet11b83982015-03-31 15:12:42 -070027
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080028supportLibrary {
29 name 'Android Support Grid Layout'
30 inceptionYear '2013'
31 description 'Android Support Grid Layout'
32}