Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2017 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 | f8b708a | 2017-11-02 16:07:13 -0700 | [diff] [blame^] | 17 | plugins { |
| 18 | id("SupportAndroidLibraryPlugin") |
| 19 | } |
Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 20 | |
| 21 | dependencies { |
Aurimas Liutikas | 1989c3c | 2017-07-05 14:44:09 -0700 | [diff] [blame] | 22 | api fileTree(include: ['*.jar'], dir: 'libs') |
| 23 | api project(':support-emoji') |
Aurimas Liutikas | 40e7821 | 2017-07-20 14:22:58 -0700 | [diff] [blame] | 24 | api project(':appcompat-v7') |
Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 25 | } |
| 26 | |
| 27 | android { |
Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 28 | defaultConfig { |
Siyamed Sinir | 77b5c5b | 2017-04-26 20:52:49 -0700 | [diff] [blame] | 29 | minSdkVersion 14 |
Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 30 | } |
Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 31 | } |
| 32 | |
| 33 | supportLibrary { |
| 34 | name 'Android Emoji AppCompat' |
Aurimas Liutikas | e1f39f0 | 2017-08-23 17:59:58 -0700 | [diff] [blame] | 35 | publish true |
Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 36 | inceptionYear '2017' |
| 37 | description 'EmojiCompat Widgets for AppCompat integration' |
Aurimas Liutikas | f8b708a | 2017-11-02 16:07:13 -0700 | [diff] [blame^] | 38 | legacySourceLocation true |
Siyamed Sinir | f8ec169 | 2017-02-07 17:55:14 -0800 | [diff] [blame] | 39 | } |