- Get next version code (main):
git rev-list HEAD --count main
- Decide on version name (semantic versioning)
- Manually update version code and version name in
build.gradle
- Create changelog (
_version code_.txt
) - Create commit with all changes
- Tag newly create commit with version name (e.g., v3.2.1)
- Push commits and tags to public repository
- Add changelog to tag (Github releases)
Application id: de.dennisguse.opentracks
It if it properly tagged F-Droid takes care of building the app and publishing. Usually, it takes two days before the update is published (build, signed, and published).
The recent build activity can be found here
Application id: de.dennisguse.opentracks.playstore
Requirement: gem install fastlane
- Build signed apk (requires keystore)
- Upload signed apk to Google Play Console
- Update store meta data (e.g., description and screenshots)
fastlane metadata
(requires API key configured inAppfile
)
Supported languages: https://support.google.com/googleplay/android-developer/table/4419860
Translations of the OpenTracks are handled in Weblate: https://hosted.weblate.org/projects/opentracks/ .