-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
64 lines (64 loc) · 3.04 KB
/
Copy pathversion.json
File metadata and controls
64 lines (64 loc) · 3.04 KB
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
57
58
59
60
61
62
63
64
{
"android": {
"com.ipification.demoapp": {
"latest_version": "2.2.12",
"latest_version_code": 220120,
"min_supported_version": "2.2.12",
"min_supported_version_code": 220120,
"force_update": false,
"update_message": "A new version is available. Please update for the best experience.",
"force_update_message": "This version is no longer supported. Please update to continue.",
"download_url": "https://apps.ipification.com/share/com.ipification.demoapp"
},
"com.ipification.demoapp.stage": {
"latest_version": "2.2.12",
"latest_version_code": 220120,
"min_supported_version": "2.2.12",
"min_supported_version_code": 220120,
"force_update": true,
"update_message": "A new stage version is available. Please update for the best experience.",
"force_update_message": "This version is no longer supported. Please update to continue.",
"download_url": "https://apps.ipification.com/share/com.ipification.demoapp.stage"
},
"com.ipification.demoapp.vil": {
"latest_version": "2.1.14.39-vil",
"latest_version_code": 211439,
"min_supported_version": "2.1.14.0",
"min_supported_version_code": 211400,
"force_update": false,
"update_message": "A new version is available. Please update for the best experience.",
"force_update_message": "This version is no longer supported. Please update to continue.",
"download_url": "https://apps.ipification.com/share/com.ipification.demoapp.vil"
},
"com.ipification.demoapp.telkomsel": {
"latest_version": "2.2.12-tsel",
"latest_version_code": 220120,
"min_supported_version": "2.2.12",
"min_supported_version_code": 220120,
"force_update": false,
"update_message": "A new version is available. Please update for the best experience.",
"force_update_message": "This version is no longer supported. Please update to continue.",
"download_url": "https://apps.ipification.com/share/com.ipification.demoapp.telkomsel"
},
"com.ipification.demoapp.ioh": {
"latest_version": "2.1.14.39-ioh",
"latest_version_code": 211439,
"min_supported_version": "2.1.14.0",
"min_supported_version_code": 211400,
"force_update": false,
"update_message": "A new version is available. Please update for the best experience.",
"force_update_message": "This version is no longer supported. Please update to continue.",
"download_url": "https://apps.ipification.com/share/com.ipification.demoapp.ioh"
},
"com.ipification.demoapp.telin": {
"latest_version": "2.2.12-telin",
"latest_version_code": 220120,
"min_supported_version": "2.2.12",
"min_supported_version_code": 220120,
"force_update": true,
"update_message": "A new version is available. Please update for the best experience.",
"force_update_message": "This version is no longer supported. Please update to continue.",
"download_url": "https://apps.ipification.com/share/com.ipification.demoapp.telin"
}
}
}