- Add
github_release_build
workflow to attach APKs for GitHub release builds, and updategithub_action_build
(previouslydebug_build
) workflow andapp/build.gradle
to use semantic versioning for app version and add commit hash andgithub
to APK file names. - Add
workflow_dispatch
andcron
schedule for "00:15 on 1st of every 2nd month" togithub_action_build
workflow triggers.