Skip to content

Commit 6f5a898

Browse files
committed
update codecov
1 parent 6f9c233 commit 6f5a898

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.application'
2+
apply plugin: 'jacoco-android'
23

34
android {
45
signingConfigs {

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
dependencies {
77
classpath 'com.android.tools.build:gradle:2.2.2'
88
classpath 'com.google.gms:google-services:3.0.0'
9+
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1'
910

1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files

0 commit comments

Comments
 (0)