-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(android): Move build-publish.sh to builder script #12351
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts |
Hmm, stable-17.0 doesn't have the refactored builder scripts from #11329 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just simplified the changes to remove unnecessary variables -- if the variable never changes, then it's questionable whether it should be a variable (and consts don't buy us anything here either)
Co-authored-by: Marc Durdin <[email protected]>
Changes in this pull request will be available for download in Keyman version 18.0.108-alpha |
In preparation for #12325
This refactors the
build-publish.sh
script that publishes the Keyman and FirstVoices apk's to the Play Store into the corresponding builder scripts.I noticed the top level android build.sh script already declares a publish action
keyman/android/build.sh
Line 21 in fdad0ca
But it must be a NOOP.
Will need to update CI configs and 🍒 pick to stable-17.0
@keymanapp-test-bot skip