Skip to content

Commit 17fc8ca

Browse files
committed
test(deps): bump jacoco version to 0.8.12
1 parent c036d70 commit 17fc8ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/android/app/jacoco.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import groovy.transform.Memoized
33
apply plugin: 'jacoco'
44

55
jacoco {
6-
toolVersion = '0.8.11'
6+
toolVersion = '0.8.12'
77
}
88

99
android {
1010
jacoco {
11-
version = '0.8.11'
11+
version = '0.8.12'
1212
}
1313
}
1414

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ subprojects {
7575
android {
7676
// Instrument all our modules for coverage generation
7777
buildTypes.debug.testCoverageEnabled true
78-
jacoco.version '0.8.11'
78+
jacoco.version '0.8.12'
7979
testOptions.unitTests.includeAndroidResources = true
8080

8181
// Make sure our project are run through basic lint checks

0 commit comments

Comments
 (0)