Skip to content

Branches and versions

Ilya Konovalov edited this page Jul 7, 2013 · 1 revision

There are two main branches - master and release.

  • master branch contains merge commits and small fix commits
  • release branch contains merge commits and release commits

Release commit is a commit containing containing only proguard information.

Version update in android manifest is done on master branch, then merged into release branch.

Each version put onto play store is built on release branch.

Back to developer documentation

Clone this wiki locally