forked from JohnWeiGitHub/EmailAutoCompleteTextView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
16 lines (14 loc) · 738 Bytes
/
gradle.properties
File metadata and controls
16 lines (14 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VERSION_NAME=1.2.0
VERSION_CODE=4
GROUP=com.greenhalolabs
POM_DESCRIPTION=An input text field that autocompletes e-mail addresses for Android
POM_URL=https://github.com/greenhalolabs/EmailAutoCompleteTextView
POM_SCM_URL=https://github.com/greenhalolabs/EmailAutoCompleteTextView
POM_SCM_CONNECTION=scm:git@github.com:greenhalolabs/EmailAutoCompleteTextView.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:greenhalolabs/EmailAutoCompleteTextView.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_SCM_CONNECTION=scm:git@github.com:greenhalolabs/EmailAutoCompleteTextView.git
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=chrisarriola
POM_DEVELOPER_NAME=Chris Arriola