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 e963bf5 commit 84697efCopy full SHA for 84697ef
gradle/jacoco.gradle
@@ -6,7 +6,7 @@
6
apply plugin: "jacoco"
7
8
jacoco {
9
- toolVersion = "0.8.12"
+ toolVersion = "0.8.13"
10
}
11
// Android Gradle Plugin out of the box supports only code coverage for instrumentation tests.
12
// Creates a task that will merge coverage for all projects
0 commit comments