Tony Mantler | 6904f67 | 2015-02-19 08:58:37 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2015 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License |
| 15 | */ |
| 16 | |
Aurimas Liutikas | ca04e9a | 2017-08-23 21:19:51 -0700 | [diff] [blame^] | 17 | apply plugin: android.support.SupportAndroidLibraryPlugin |
Tony Mantler | 6904f67 | 2015-02-19 08:58:37 -0800 | [diff] [blame] | 18 | |
| 19 | dependencies { |
Aurimas Liutikas | 1989c3c | 2017-07-05 14:44:09 -0700 | [diff] [blame] | 20 | api project(':support-v4') |
Aurimas Liutikas | 40e7821 | 2017-07-20 14:22:58 -0700 | [diff] [blame] | 21 | api project(':appcompat-v7') |
| 22 | api project(':recyclerview-v7') |
| 23 | api project(':preference-v7') |
Tony Mantler | 6904f67 | 2015-02-19 08:58:37 -0800 | [diff] [blame] | 24 | } |
| 25 | |
| 26 | android { |
Alan Viverette | 9439d70 | 2016-10-25 14:45:10 +0100 | [diff] [blame] | 27 | defaultConfig { |
| 28 | minSdkVersion 14 |
| 29 | } |
| 30 | |
Tony Mantler | 6904f67 | 2015-02-19 08:58:37 -0800 | [diff] [blame] | 31 | sourceSets { |
Tony Mantler | 6904f67 | 2015-02-19 08:58:37 -0800 | [diff] [blame] | 32 | main.java.srcDir 'src' |
| 33 | main.res.srcDir 'res' |
| 34 | main.assets.srcDir 'assets' |
| 35 | main.resources.srcDir 'src' |
Tony Mantler | 6904f67 | 2015-02-19 08:58:37 -0800 | [diff] [blame] | 36 | } |
Tony Mantler | 6904f67 | 2015-02-19 08:58:37 -0800 | [diff] [blame] | 37 | } |
Tony Mantler | a2dbc75 | 2015-10-07 15:34:36 -0700 | [diff] [blame] | 38 | |
Aurimas Liutikas | 16cd13b | 2017-01-04 15:00:13 -0800 | [diff] [blame] | 39 | supportLibrary { |
| 40 | name 'Android Support Preference v14' |
Aurimas Liutikas | e1f39f0 | 2017-08-23 17:59:58 -0700 | [diff] [blame] | 41 | publish true |
Aurimas Liutikas | 16cd13b | 2017-01-04 15:00:13 -0800 | [diff] [blame] | 42 | inceptionYear '2015' |
| 43 | description 'Android Support Preference v14' |
| 44 | } |