forked from typicode/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
24 lines (22 loc) · 787 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"android": {
"alert": {
"message": "We are currently performing server maintenance. Please try again later.",
"blocking": false
},
"optionalUpdate": {
"optionalVersion": "57",
"message": "A new version of the application is available, please click below to update to the latest version."
},
"requiredUpdate": {
"minimumVersion": "58",
"message": "A new version of the application is available and is required to continue, please click below to update to the latest version."
}
},
"ios": {
"optionalUpdate": {
"optionalVersion": "2.0.7",
"message": "A new version of the application is available, please click below to update to the latest version."
}
}
}