- clone repository
- open root in Android Studio
- click hammer(build) or play(run) button
- or run ./gradlew build
Builds are deployed via Fabric
- Clone the repository
- Create your feature branch:
git checkout -b firstname/feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin firstname/feature - Submit a pull request
- Must maintain total % code coverage of master branch
Started: Spring 2017