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 349a996 commit 6969d7fCopy full SHA for 6969d7f
tests/android/app/jacoco.gradle
@@ -3,12 +3,12 @@ import groovy.transform.Memoized
3
apply plugin: 'jacoco'
4
5
jacoco {
6
- toolVersion = '0.8.13'
+ toolVersion = '0.8.14'
7
}
8
9
android {
10
11
- version = '0.8.13'
+ version = '0.8.14'
12
13
14
tests/android/build.gradle
@@ -75,7 +75,7 @@ subprojects {
75
76
// Instrument all our modules for coverage generation
77
buildTypes.debug.testCoverageEnabled = true
78
- jacoco.version = '0.8.13'
+ jacoco.version = '0.8.14'
79
testOptions.unitTests.includeAndroidResources = true
80
81
// Make sure our project are run through basic lint checks
0 commit comments