Build > Branding > Publishing
Instructions for releasing Android Apps
Instructions for releasing Android Apps
All Medic’s Android projects automatically build, sign, and release builds via GitHub Actions. The following guide applies to any of these apps, although the last 2 are in maintenance mode (links pointing to the release sections):
master
. You can also create an alpha release from a feature branch, to provide the needed .apk
files to the QA team.v
and ending with the alpha version, e.g. git tag v1.2.3-alpha.1
, and push the tag to GitHub (git push --tags
). For features branches, you can add the name of the branch or whatever keyword helps to identify the release, e.g. v1.2.3-alpha.dark-theme.4
.v<major>.<minor>.<patch>
.medicmobilegamma
and unbranded
) must be published in the Play Store. Other channels such as F-Droid can also be used to publish the app.Instructions for releasing Android Apps
Branding the CHT Android applications