#continuous-integration
Read more stories on Hashnode
Articles with this tag
As we've seen in this series of articles, setting the CI/CD for a project is not a small task, and it might take some time to complete it. But once...
As mentioned before in the previous lessons, it is a requirement from Google Play to perform the initial deployment of the app manually. We need to...
At this point, we are almost done with the setup. The only thing left is to add a trigger for running a GitHub Action and the action itself. The...
Disclaimer: This course assumes you are using GitHub and walks you through setting up Actions for the repository on GitHub. If you happen to use a...
One of the requirements to run an app on a device or emulator, or deploy it to the Google Play Store is the signature. An app must be signed with a...
As we have discovered in the previous section, once we create (or log in to an existing) Google Play Developer Account, we will land on a page that...