Aurimas Liutikas | ca04e9a | 2017-08-23 21:19:51 -0700 | [diff] [blame] | 1 | apply plugin: android.support.SupportAndroidLibraryPlugin |
Chris Banes | 8d5b8a6 | 2015-08-19 14:45:09 +0100 | [diff] [blame] | 2 | |
3 | dependencies { | ||||
Aurimas Liutikas | 4033678 | 2017-07-25 13:16:33 -0700 | [diff] [blame] | 4 | api project(':support-annotations') |
Chris Banes | 8d5b8a6 | 2015-08-19 14:45:09 +0100 | [diff] [blame] | 5 | } |
6 | |||||
7 | android { | ||||
Jose Lima | bd6fc08 | 2015-08-20 16:30:01 -0700 | [diff] [blame] | 8 | defaultConfig { |
9 | minSdkVersion 21 | ||||
10 | } | ||||
Chris Banes | 8d5b8a6 | 2015-08-19 14:45:09 +0100 | [diff] [blame] | 11 | } |
Aurimas Liutikas | 16cd13b | 2017-01-04 15:00:13 -0800 | [diff] [blame] | 12 | |
13 | supportLibrary { | ||||
14 | name 'Android Support Recommendation' | ||||
Aurimas Liutikas | e1f39f0 | 2017-08-23 17:59:58 -0700 | [diff] [blame] | 15 | publish true |
Aurimas Liutikas | 16cd13b | 2017-01-04 15:00:13 -0800 | [diff] [blame] | 16 | inceptionYear '2015' |
17 | description 'Android Support Recommendation' | ||||
18 | } |