To add remote upstream git remote add upstream https://github.com/matrix-org/matrix-android-sdk2.git
To update upstream from origin sdk repo: git pull upstream develop --allow-unrelated-histories
To publish new build on Jitpack:
- change version in gradle.properties
- run pre_release.sh
- create tag
- build new artifact on https://jitpack.io/