Skip to content

Commit 6969d7f

Browse files
committed
test(deps): adopt jacoco 0.8.14
should support JDK25
1 parent 349a996 commit 6969d7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/android/app/jacoco.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import groovy.transform.Memoized
33
apply plugin: 'jacoco'
44

55
jacoco {
6-
toolVersion = '0.8.13'
6+
toolVersion = '0.8.14'
77
}
88

99
android {
1010
jacoco {
11-
version = '0.8.13'
11+
version = '0.8.14'
1212
}
1313
}
1414

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ subprojects {
7575
android {
7676
// Instrument all our modules for coverage generation
7777
buildTypes.debug.testCoverageEnabled = true
78-
jacoco.version = '0.8.13'
78+
jacoco.version = '0.8.14'
7979
testOptions.unitTests.includeAndroidResources = true
8080

8181
// Make sure our project are run through basic lint checks

0 commit comments

Comments
 (0)