Draft: Android CI production build and Play Store auto-submission #3390
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Short description of changes
Revival of #2909
The primary goal of the patch was to enable Google Play Store automated uploads as part of the GitHub build process.
CHANGELOG: DO NOT MERGE
Context: Fixes an issue?
The patch not only adopts the new action (r0adkll/upload-google-play@v1) but changes dependencies:
COMMANDLINETOOLS_VERSION
ANDROID_NDK_VERSION
ANDROID_PLATFORM
ANDROID_BUILD_TOOLS
AQTINSTALL_VERSION
QT_VERSION
As a side effect, it enables the Jamulus.pro to build on Windows by removing the Linux dependency (or at least side-stepping it).
Code changes are a side effect of the move to Qt6 (but I think probably work in Qt5.15.2, too, so could be trialled).
Does this change need documentation? What needs to be documented and how?
We should add documentation about the build process somewhere but that's not part of this ticket. Unless it already exists and needs changing.
Status of this Pull Request
Proof of concept (not to be merged soon).
What is missing until this pull request can be merged?
Checklist