Skip to content

Commit

Permalink
change jacoco version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynafs authored and kibettheophilus committed Jun 14, 2024
1 parent 74f20fd commit 9d36a28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
enableUnitTestCoverage = true
}
release {
isMinifyEnabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal fun Project.configureJacoco(
androidComponentsExtension: AndroidComponentsExtension<*, *, *>,
) {
configure<JacocoPluginExtension> {
toolVersion = libs.findVersion("jacoco").get().toString()
toolVersion = "0.8.11"
}

androidComponentsExtension.onVariants { variant ->
Expand Down

0 comments on commit 9d36a28

Please sign in to comment.