Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Versioning and Compatibility

mwangiann edited this page Jul 10, 2014 · 1 revision

Any time there is an upgrade in version for either the android or web, there needs to be standards set to guide how the different upgrades are going to work together.

  • If there web is on version say n, and the android is also on version n, they should communicate appropriately.
  • When having a version upgrade, we first upgrade the web version to n+1.
  • At this point the android version n should still be able to work with web version n+1.
  • Later when the android version is upgraded to n+1, it should be able to work with the web version n+1 but not web version n.