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 c036d70 commit 17fc8caCopy full SHA for 17fc8ca
tests/android/app/jacoco.gradle
@@ -3,12 +3,12 @@ import groovy.transform.Memoized
3
apply plugin: 'jacoco'
4
5
jacoco {
6
- toolVersion = '0.8.11'
+ toolVersion = '0.8.12'
7
}
8
9
android {
10
11
- version = '0.8.11'
+ version = '0.8.12'
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.11'
+ jacoco.version '0.8.12'
79
testOptions.unitTests.includeAndroidResources = true
80
81
// Make sure our project are run through basic lint checks
0 commit comments