codeforeurope / open311-android

New version of open311-android, ported from City of Bloomington version
Other
4 stars 3 forks source link

Parse servers.yml to server.json in Gradle #32

Closed milovanderlinden closed 8 years ago

milovanderlinden commented 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.

milovanderlinden commented 8 years ago

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.