-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathgradle.properties
24 lines (20 loc) · 984 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
VERSION_NAME=0.2.1-SNAPSHOT
GROUP=com.github.xfumihiro.view-inspector
ASPECT_ARTIFACT_ID=view-inspector-aspect
ASPECT_V23_ARTIFACT_ID=view-inspector-aspect-v23
RUNTIME_ARTIFACT_ID=view-inspector-runtime
PLUGIN_ARTIFACT_ID=view-inspector-plugin
POM_NAME=View Inspector Plugin
POM_DESCRIPTION=View Inspector Plugin for Android development.
POM_URL=https://github.com/xfumihiro/ViewInspector/
POM_SCM_URL=https://github.com/xfumihiro/ViewInspector/
POM_SCM_CONNECTION=scm:[email protected]/xfumihiro/ViewInspector.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:xfumihiro/ViewInspector.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=xfumihiro
POM_DEVELOPER_NAME=Fumihiro Xue
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/
BINTRAY_PKG_NAME=ViewInspector