-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathgradle.properties
More file actions
18 lines (16 loc) · 663 Bytes
/
gradle.properties
File metadata and controls
18 lines (16 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
POM_NAME=Nox
POM_ARTIFACT_ID=nox
POM_PACKAGING=aar
VERSION_NAME=1.1-SNAPSHOT
VERSION_CODE=2
GROUP=com.github.pedrovgs
POM_DESCRIPTION=Android library created to show a custom view with some intems inside following a shape selected by the library client.
POM_URL=https://github.com/pedrovgs/Nox
POM_SCM_URL=https://github.com/pedrovgs/Nox
POM_SCM_CONNECTION=scm:git@github.com:pedrovgs/Nox
POM_SCM_DEV_CONNECTION=scm:git@github.com:pedrovgs/Nox
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