Repo containing the completed Connected Services tutorial and associated docs.
./gradlewshould be the go-to local command to run when developing. It will run./gradlew format,./gradlew staticand./gradlew check../gradlew formatwill format the code using Spotless../gradlew staticwill run static code analysis, i.e. Spotbugs and Checkstyle../gradlew checkwill run all checks and tests../gradlew coveragewill generate a cross-module Jacoco coverage report.