Companion code for my Medium.com article: Writing a Fully Unit Testable Android App
To build this application, simply run:
./gradlew assembleDebug
The output is shown in app/build/outputs/apk/debug/app-debug.apk
Running unit tests and extracting the coverage report is also just as easy:
./gradlew test
The coverage reports appear in app/build/reports/jacoco/jacocoTestReport