bisq-network/bisq-mobile

Apps Versioning

Closed this issue · 1 comments

Versioning needs:

  • each individual app needs its own individual version, though most likely xClients will grow its version together we cannot guarantee.
  • all the shared libs that the project generate currently have its own individual versioning, goal for this issue is to have a single version for all the shared module and use it for each lib.
  • Tie all the versioning to gradle.properties for ease of usage

See merged pr for details