Skip to content

Commit

Permalink
build(deps): bump jacoco from 0.8.7 to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored and oyeraghib committed Apr 30, 2022
1 parent 17639fc commit b3d8d55
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 @@ -3,13 +3,13 @@ import groovy.transform.Memoized
apply plugin: 'jacoco'

jacoco {
toolVersion = "0.8.7"
toolVersion = "0.8.8"

}

android {
jacoco {
version = "0.8.7"
version = "0.8.8"
}
}

Expand Down

0 comments on commit b3d8d55

Please sign in to comment.