-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgradle.properties
More file actions
18 lines (16 loc) · 817 Bytes
/
gradle.properties
File metadata and controls
18 lines (16 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
POM_NAME=PinCodePicker
POM_ARTIFACT_ID=pincodepicker
POM_PACKAGING=aar
VERSION_NAME=0.0.3
VERSION_CODE=3
GROUP=com.github.polok.pincodepicker
POM_DESCRIPTION=PinCodePicker was created for Android platform as a view which allows to take passwords/codes or some other sensitive data from end user in easy way, so developers can focus on the core functionalities of their application!
POM_URL=https://github.com/polok/PinCodePicker
POM_SCM_URL=https://github.com/polok/PinCodePicker.git
POM_SCM_CONNECTION=scm:git@github.com:polok/PinCodePicker.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:polok/PinCodePicker.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=marcinpolak
POM_DEVELOPER_NAME=Marcin Polak