Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Releasing

Paul Bourke edited this page Jan 8, 2014 · 1 revision

Release Checklist

  • Ensure Constants.DEBUG is set to false

Release Workflow

git checkout master
scripts/update_pro_branch.sh
mvn release:clean release:prepare release:perform
# Now manually bump versionCode and versionName in AndroidManifest.xml
# (maven bumps them as part of release but doesn't retain the changes)

git checkout master
mvn release:clean release:prepare release:perform
# Now manually bump versionCode and versionName in AndroidManifest.xml
# (maven bumps them as part of release but doesn't retain the changes)

git push --all
Clone this wiki locally