diff --git a/gradle/jacoco.gradle b/gradle/jacoco.gradle index 77acc852..b98d04e6 100644 --- a/gradle/jacoco.gradle +++ b/gradle/jacoco.gradle @@ -6,7 +6,7 @@ apply plugin: "jacoco" jacoco { - toolVersion = "0.8.12" + toolVersion = "0.8.14" } // Android Gradle Plugin out of the box supports only code coverage for instrumentation tests. // Creates a task that will merge coverage for all projects