./gradlew build
git log --no-merges --format=%B | head -c 3276 >> CHANGELOG.txt
./gradlew assembleRelease appDistributionUploadRelease
This task is also run in Continuous Integration when a tag is pushed
Just open a PR, updating the content of data/testers.txt
This app is using Firebase, hence to build it a google-services.json is needed.
This file contains sensitive data and we can't keep it in the repo if you want to contribute please contact us.
An encrypted version of google-services.json is added in the repo, in this way Travis can build the app for continuous integration.