blob: 82f55ba2f2f69480072275f2f78309c5b596c7db [file] [log] [blame]
Aurimas Liutikasbb85fac2017-08-24 13:32:28 -07001/*
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 */
Aurimas Liutikasb938b2e2017-07-24 14:47:17 -070016
Aurimas Liutikasbb85fac2017-08-24 13:32:28 -070017import android.support.LibraryVersions;
18import android.support.SupportLibraryExtension;
Yigit Boyarb18b96e2016-10-25 13:54:51 -070019
Aurimas Liutikasf8b708a2017-11-02 16:07:13 -070020plugins {
21 id("SupportJavaLibraryPlugin")
22}
Yigit Boyarb18b96e2016-10-25 13:54:51 -070023
24dependencies {
Yigit Boyar450ed382017-03-02 09:48:25 -080025 testCompile libs.junit
26 testCompile libs.mockito_core
27 compile libs.support.annotations
Yigit Boyarb18b96e2016-10-25 13:54:51 -070028}
Sergey Vasilinets0265f0f2016-10-28 09:40:11 -070029
Yigit Boyar450ed382017-03-02 09:48:25 -080030createAndroidCheckstyle(project)
Aurimas Liutikasbb85fac2017-08-24 13:32:28 -070031
Yigit Boyard3829822017-08-25 16:53:25 -070032version = LibraryVersions.LIFECYCLES_CORE.toString()
Aurimas Liutikasbb85fac2017-08-24 13:32:28 -070033supportLibrary {
34 name 'Android Lifecycle-Common'
35 publish true
36 inceptionYear '2017'
37 description "Android Lifecycle-Common"
38 url SupportLibraryExtension.ARCHITECTURE_URL
39}