File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
apply plugin : ' spoon'
3
-
4
-
3
+ apply plugin : ' jacoco'
4
+ jacoco {
5
+ toolVersion= ' 0.7.5.201505241946'
6
+ }
5
7
buildscript {
6
8
repositories {
7
9
mavenCentral()
@@ -29,6 +31,9 @@ android {
29
31
minifyEnabled false
30
32
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
31
33
}
34
+ debug {
35
+ testCoverageEnabled true
36
+ }
32
37
}
33
38
}
34
39
@@ -39,7 +44,7 @@ dependencies {
39
44
testImplementation ' junit:junit:4.12'
40
45
androidTestImplementation ' com.android.support.test:runner:1.0.1'
41
46
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
42
- androidTestCompile ' com.squareup.spoon:spoon-client:1.7.1'
47
+ androidTestImplementation ' com.squareup.spoon:spoon-client:1.7.1'
43
48
}
44
49
45
50
spoon {
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ buildscript {
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.1'
11
-
12
-
10
+ classpath ' com.android.tools.build:gradle:3.4.1'
13
11
// NOTE: Do not place your application dependencies here; they belong
14
12
// in the individual module build.gradle files
15
13
}
Original file line number Diff line number Diff line change 1
- # Thu Jan 04 18:31:34 IST 2018
1
+ # Fri Nov 08 15:53:49 IST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5. 4.1-all.zip
You can’t perform that action at this time.
0 commit comments