aboutsummaryrefslogtreecommitdiff
path: root/bintray-info-template.json
blob: 40219640f8e48ddc6acbcdbe92c6a6682972b7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "package": {
    "user_org": "android",
    "repo": "android-utils",
    "group": "com.android.volley",
    "name": "com.android.volley.volley",
    "desc": "Volley Android library",
    "licenses": ["Apache-2.0"],
    "website_url": "https://github.com/google/volley",
    "issue_tracker_url": "https://github.com/google/volley/issues",
    "vcs_url": "https://github.com/google/volley.git",
    "labels": ["android", "volley", "network"],
    "public_download_numbers": true
  },
  "version": {
    "name": "$VERSION$",
    "desc": "Volley Android library version $VERSION$",
    "gpgSign": false
  },
  "publish": true
}