-
Notifications
You must be signed in to change notification settings - Fork 326
/
gradle.properties
29 lines (26 loc) · 1002 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
28
29
COMPILE_SDK_VERSION=23
BUILD_TOOLS_VERSION=22.0.1
MIN_SDK_VERSION=11
TARGET_SDK_VERSION=23
VERSION_CODE=11
VERSION_NAME=1.6.0
SUPPORT_TEST_VERSION=0.4.1
HAMCREST_VERSION=1.3
ESPRESSO_VERSION=2.2.1
KOTLIN_VERSION=1.0.0
SUPPORT_APP_COMPAT_VERSION=23.2.1
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