forked from facebook/litho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
37 lines (32 loc) · 1.2 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Copyright 2014-present Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Project-wide Gradle settings.
VERSION_NAME=0.19.1-SNAPSHOT
GROUP=com.facebook.litho
POM_URL=https://github.com/facebook/litho
POM_SCM_URL=https://github.com/facebook/litho.git
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/litho.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/litho.git
POM_LICENSE_NAME=Apache-2
POM_LICENSE_URL=https://github.com/facebook/litho/blob/master/LICENSE
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=facebook
POM_DEVELOPER_NAME=facebook
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
KOTLIN_VERSION=1.2.51
# Deps for publishing
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=2.1