forked from pedrovgs/DraggablePanel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
19 lines (17 loc) · 775 Bytes
/
gradle.properties
File metadata and controls
19 lines (17 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
VERSION_NAME=1.9-SNAPSHOT
VERSION_CODE=17
GROUP=com.github.pedrovgs
POM_DESCRIPTION=Android library created to create a draggable user interface similar to the last YouTube draggable video component.
POM_URL=https://github.com/pedrovgs/DraggablePanel
POM_SCM_URL=https://github.com/pedrovgs/DraggablePanel
POM_SCM_CONNECTION=scm:git@github.com:pedrovgs/DraggablePanel.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:pedrovgs/DraggablePanel.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=pedrovgs
POM_DEVELOPER_NAME=Pedro Vicente Gómez Sánchez
ANDROID_BUILD_TOOLS_VERSION=20.0.0
ANDROID_COMPILE_SDK_VERSION=20
ANDROID_TARGET_SDK_VERSION=20
ANDROID_MIN_SDK=8