Skip to content

Commit

Permalink
test: bump jacoco to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 26, 2024
1 parent 584d5bb commit 9951dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnkiDroid/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import groovy.xml.XmlParser
apply plugin: 'jacoco'

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"

}

android {
testCoverage {
jacocoVersion '0.8.11'
jacocoVersion '0.8.12'
}
}

Expand Down

0 comments on commit 9951dec

Please sign in to comment.