Meteor does not update server

Meteor is not updating the server when updating an app(Android).
Replication:

  1. meteor build ~/myplace --server=linkone.com
  2. Install app
  3. meteor build ~/myplace --server=linktwo.com
  4. Install new update(linktwo.com)
  5. App is still connected to linkone.com

Am I missing something here or is it not possible to change the server after the first install?
Thanks