Skip to content

Commit 62e7dfd

Browse files
fix(deps): update dependency jacoco to v0.8.13
1 parent 3e392c5 commit 62e7dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unleashandroidsdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val tagVersion = System.getenv("GITHUB_REF")?.split('/')?.last()
1616
project.version = scmVersion.version
1717

1818
jacoco {
19-
toolVersion = "0.8.12"
19+
toolVersion = "0.8.13"
2020
}
2121

2222
android {

0 commit comments

Comments
 (0)