Update - Android

This documents outlines the update process for the Android app.

Unless indicated otherwise, you can just extract and open the contents of android folder as a project in Android Studio, copy/paste values into app/src/main/res/values/config.xml from your older project and apply your customizations. In addition, please also copy the google-services.json from your old project into app folder.

For more advanced users, you can easily maintain your customizations using Git. For e.g., make a private repo on Bitbucket and push currently released code on it’s master. Then fork a branch from master as develop and make your customizations there. Every time there’s an update, just switch to master, paste released code and commit to master. Then switch back to develop and merge master. You may need to resolve conflicts, if any.

Last updated