Android Build Testing and Publishing
Configuration phase
When the customizations are done and repository updated create a Pull Request (PR)
Dock will review and merge the PR into the master branch. That will trigger a new build. This will usually take ~1 business day.
A new release will be created in the distribution repository
release name will be: wallet-version + wallet-build-number e.g: v0.4.5_build-523
If only minor changes are made on the whitelabel wallet they will be uploaded to an existing release instead of creating a new one to keep consistency with Dock Wallet.
Assets will be uploaded to the release in the ../releases
Testing phase
Testing with direct apk installation:
Download the .apk file from the release
Install the wallet on an android phone
Test the wallet to see if any changes are needed
Testing with Google Play internal testing tool
Download the .aab file from the release
Create a new internal testing release
Upload the .aab file
The app will be reviewed by Google
After the review you can add internal testers (email address) that will be able to download the app from the stores.
Publishing phase
After the internal testing is done and no more changes are needed you can promote internal testing build to production.
Once you promote the build to production, Google will review the app
After the app is approved, you can publish it via Publishing Overview
Last updated