forked from diegocarloslima/FloatingGroupExpandableListView
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
19 lines (17 loc) · 872 Bytes
/
gradle.properties
File metadata and controls
19 lines (17 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
VERSION_NAME=0.1.1
VERSION_CODE=11
GROUP=com.diegocarloslima
POM_DESCRIPTION=An open source Android library that provides a floating group view at the top of the ExpandableListView
POM_URL=https://github.com/diegocarloslima/FloatingGroupExpandableListView
POM_SCM_URL=https://github.com/diegocarloslima/FloatingGroupExpandableListView
POM_SCM_CONNECTION=scm:git@github.com:diegocarloslima/FloatingGroupExpandableListView.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:diegocarloslima/FloatingGroupExpandableListView.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=diegocarloslima
POM_DEVELOPER_NAME=Diego Lima
POM_DEVELOPER_EMAIL=diego@diegocarloslima.com
ANDROID_BUILD_TARGET_SDK_VERSION=19
ANDROID_BUILD_TOOLS_VERSION=22.0.1
ANDROID_BUILD_SDK_VERSION=19