Skip to content

Commit

Permalink
remove enableUnitTestCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynafs committed Jun 13, 2024
1 parent e976e57 commit 3f36a16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 Expand Up @@ -91,4 +90,4 @@ dependencies {
androidTestImplementation(libs.android.test.junit4)

testImplementation(libs.bundles.test)
}
}

0 comments on commit 3f36a16

Please sign in to comment.