Closed milovanderlinden closed 8 years ago
The servers.json file is simply a template view of servers.yml which can be found at https://github.com/open311/open311.github.io/blob/master/data/servers.yml
If we parse this file in a gradle task and then maintain the servers.yml for the needs for the android app, that would be a working situation.
Altered the servers.json to be a fixed part of https://github.com/CodeForEindhoven/open311_java, it will now be made available automatically at runtime.
The servers.json file is simply a template view of servers.yml which can be found at https://github.com/open311/open311.github.io/blob/master/data/servers.yml
If we parse this file in a gradle task and then maintain the servers.yml for the needs for the android app, that would be a working situation.