blob: df0af378911aa277a241fc71b885b62f5d2b6e72 [file] [log] [blame]
Siyamed Sinirf8ec1692017-02-07 17:55:14 -08001/*
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 Liutikas75e93a02019-05-28 16:31:38 -070017import androidx.build.Publish
Aurimas Liutikas7f40a7e2017-10-27 17:55:06 -070018
Aurimas Liutikasf8b708a2017-11-02 16:07:13 -070019plugins {
Aurimas Liutikascdb9f9f2019-04-08 12:07:49 +010020 id("AndroidXPlugin")
21 id("com.android.library")
Aurimas Liutikasf8b708a2017-11-02 16:07:13 -070022}
Siyamed Sinirf8ec1692017-02-07 17:55:14 -080023
24dependencies {
Alan Viverettea75e3d62021-06-23 17:38:25 -040025 api(project(":emoji:emoji"))
Ian Lake391dc4b2019-09-07 17:51:23 -070026 api("androidx.appcompat:appcompat:1.1.0")
Siyamed Sinirf8ec1692017-02-07 17:55:14 -080027}
28
Aurimas Liutikas2ad31612019-04-01 04:23:03 -070029androidx {
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080030 name = "Android Emoji AppCompat"
Aurimas Liutikas75e93a02019-05-28 16:31:38 -070031 publish = Publish.SNAPSHOT_AND_RELEASE
Nick Anthony95516532018-10-31 13:59:57 -040032 mavenVersion = LibraryVersions.EMOJI
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080033 inceptionYear = "2017"
34 description = "EmojiCompat Widgets for AppCompat integration"
Jim Sproch9e38b4f2021-01-06 14:21:06 -080035}
Aurimas Liutikasdcfa0352022-03-14 16:05:33 -070036
37android {
38 namespace "androidx.emoji.appcompat"
39}