0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

test: bump jacoco to 0.8.12

This commit is contained in:
Mike Hardy 2024-06-20 09:25:25 -05:00
parent 584d5bb803
commit 9951decf36

View File

@ -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'
}
}