Skip to content

Commit

Permalink
test(deps): bump jacoco version to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed May 8, 2024
1 parent 7d5104f commit bc74899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/android/app/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import groovy.transform.Memoized
apply plugin: 'jacoco'

jacoco {
toolVersion = '0.8.11'
toolVersion = '0.8.12'
}

android {
jacoco {
version = '0.8.11'
version = '0.8.12'
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ subprojects {
android {
// Instrument all our modules for coverage generation
buildTypes.debug.testCoverageEnabled true
jacoco.version '0.8.11'
jacoco.version '0.8.12'
testOptions.unitTests.includeAndroidResources = true

// Make sure our project are run through basic lint checks
Expand Down

0 comments on commit bc74899

Please sign in to comment.