-
Notifications
You must be signed in to change notification settings - Fork 2
/
version_config.json
56 lines (56 loc) · 1.52 KB
/
version_config.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"name": "Android",
"version": "4.3.2",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-android-autotracker/releases",
"distPath": "docs/android/",
"fileName": "version.md",
"fromId": 135090303,
"enable": true
},
{
"name": "Android plugin",
"version": "4.0.0",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-android-plugin/releases",
"distPath": "docs/android/",
"fileName": "AGP7.md",
"fromId": 135081134,
"enable": false
},
{
"name": "iOS",
"version": "4.5.0",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-ios-autotracker/releases",
"distPath": "docs/ios/",
"fileName": "version.md",
"fromId": 135048692,
"enable": false
},
{
"name": "webjs",
"version": "3.8.2",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-webjs-autotracker/releases",
"distPath": "docs/webjs/",
"fileName": "version.md",
"fromId": 0,
"enable": false
},
{
"name": "GioKit Android",
"version": "2.1.2",
"releaseUrl": "https://api.github.com/repos/growingio/giokit-android/releases",
"distPath": "docs/giokit/android/",
"fileName": "version.md",
"fromId": 135096043,
"enable": true
},
{
"name": "GioKit iOS",
"version": "0.3.0",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-ios-toolskit/releases",
"distPath": "docs/giokit/ios/",
"fileName": "version.md",
"fromId": 0,
"enable": false
}
]