forked from jaredrummler/AndroidDeviceNames
-
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) · 874 Bytes
/
gradle.properties
File metadata and controls
21 lines (18 loc) · 874 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.8
VERSION_CODE=9
GROUP=com.jaredrummler
POM_NAME=Android Device Names
POM_ARTIFACT_ID=android-device-names
POM_PACKAGING=aar
POM_DESCRIPTION=A small Android library to get the market name of an Android device.
POM_URL=https://github.com/jaredrummler/AndroidDeviceNames
POM_SCM_URL=https://github.com/jaredrummler/AndroidDeviceNames
POM_SCM_CONNECTION=scm:git@github.com:jaredrummler/AndroidDeviceNames.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:jaredrummler/AndroidDeviceNames.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