You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
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