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 852d8ea commit 4fb0832Copy full SHA for 4fb0832
build.gradle
@@ -33,7 +33,7 @@ apply plugin: 'application'
33
// https://stackoverflow.com/questions/46233314/gradle-android-jacoco-and-junit5
34
apply plugin: 'jacoco'
35
jacoco {
36
- toolVersion = '0.8.12'
+ toolVersion = '0.8.13'
37
}
38
jacocoTestCoverageVerification {
39
violationRules {
0 commit comments