We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9c233 commit 6f5a898Copy full SHA for 6f5a898
app/build.gradle
@@ -1,4 +1,5 @@
1
apply plugin: 'com.android.application'
2
+apply plugin: 'jacoco-android'
3
4
android {
5
signingConfigs {
build.gradle
@@ -6,6 +6,7 @@ buildscript {
6
dependencies {
7
classpath 'com.android.tools.build:gradle:2.2.2'
8
classpath 'com.google.gms:google-services:3.0.0'
9
+ classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
0 commit comments