- Update the readme
- "The current release is"
- Link to apk
- Update screenshots
- Add a section to the changelog
- Update the manifest
versionCode
andversionName
- Update the strings
pref_about_summary
- git
git add bin/HallMonitor.apk
git commit -m "releasing version $VERSION"
git tag $VERSION
git push
git push --tags