Skip to content

Commit 84697ef

Browse files
fix(deps): update dependency jacoco to v0.8.13
1 parent e963bf5 commit 84697ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/jacoco.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
apply plugin: "jacoco"
77

88
jacoco {
9-
toolVersion = "0.8.12"
9+
toolVersion = "0.8.13"
1010
}
1111
// Android Gradle Plugin out of the box supports only code coverage for instrumentation tests.
1212
// Creates a task that will merge coverage for all projects

0 commit comments

Comments
 (0)