forked from cesine/pocketsphinx-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescriptor.json
34 lines (34 loc) · 942 Bytes
/
descriptor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"package": {
"subject": "cesine",
"repo": "educmupocketsphinx",
"name": "pocketsphinx-android",
"vcs_url": "https://github.com/cesine/pocketsphinx-android.git",
"licenses": ["BSD 3-Clause"],
"github_use_tag_release_notes": true
},
"version": {
"name": "v0.9-rc1",
"desc": "Testing using android.speech.RecognitionListener to pocketsphinx@b3867758eef845fb98c0b74bb5312fa238f26db2 sphinxbase@95d057458e5575c25ff7935135b1879eb7a693de",
"released": "2017-01-28",
"vcs_tag": "v0.9-rc1",
"attributes": [{
"name": "versionName",
"values": ["v0.9-rc1"],
"type": "string"
}, {
"name": "versionCode",
"values": [6],
"type": "number"
}],
"gpgSign": false
},
"files": [{
"includePattern": "build/outputs/aar/(.*)",
"uploadPattern": "pocketsphinx-android/v0.9-rc1/$1",
"matrixParams": {
"override": 1
}
}],
"publish": true
}