forked from AAkira/ExpandableLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
27 lines (25 loc) · 980 Bytes
/
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
COMPILE_SDK_VERSION=25
BUILD_TOOLS_VERSION=28.0.3
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=25
VERSION_CODE=11
VERSION_NAME=1.6.0
SUPPORT_TEST_VERSION=0.4.1
HAMCREST_VERSION=1.3
ESPRESSO_VERSION=2.2.1
SUPPORT_APP_COMPAT_VERSION=25.4.0
GROUP=com.github.aakira
ARTIFACT_ID=expandable-layout
POM_DESCRIPTION=An android library that brings the expandable layout with various animation.\
You can include optional contents and use everywhere.
POM_URL=https://github.com/aakira/ExpandableLayout
[email protected]:aakira/ExpandableLayout.git
POM_SCM_CONNECTION=scm:[email protected]:aakira/ExpandableLayout.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:aakira/ExpandableLayout.git
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=aakira
POM_DEVELOPER_NAME=aakira
ISSUE_URL=https://github.com/aakira/ExpandableLayout/issues