forked from jaredrummler/AndroidProcesses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (18 loc) · 856 Bytes
/
gradle.properties
File metadata and controls
21 lines (18 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
VERSION_NAME=1.0.9
VERSION_CODE=10
GROUP=com.jaredrummler
POM_NAME=Android Processes
POM_ARTIFACT_ID=android-processes
POM_PACKAGING=aar
POM_DESCRIPTION=A small library to get the current running processes on Android
POM_URL=https://github.com/jaredrummler/AndroidProcesses
POM_SCM_URL=https://github.com/jaredrummler/AndroidProcesses
POM_SCM_CONNECTION=scm:git@github.com:jaredrummler/AndroidProcesses.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:jaredrummler/AndroidProcesses.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=jaredrummler
POM_DEVELOPER_NAME=Jared Rummler
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2