### Pre-requisites - Add [Triple-T](https://github.com/Triple-T/gradle-play-publisher) dependencies - Setup the service account on GCP & link to Play Store (explained in the README.md of Triple-T) - Create custom gradle task (to bump version) or see [here](https://gist.github.com/mochadwi/11ffe7bd373520fabb7176a5c48b9953) - Use git-flow as branching model ### Notes - Change `$VERSION_NAME`, `$VERSION_CODE`, `$BUILD_GRADLE_FILE` & `$MODULE_NAME` accordingly to your needs - `VERSION_NAME="vX.Y.Z"` ### How to - Run this: `curl -s -L https://git.io/JedBV | bash`