Skip to content

Commit

Permalink
Remove testCoverageEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabenkoru committed Nov 20, 2023
1 parent ec11220 commit 81ecb9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ android {
}

debug {
testCoverageEnabled true
}
}

Expand Down
1 change: 0 additions & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ android {
}

debug {
testCoverageEnabled true
}
}
}
Expand Down
1 change: 0 additions & 1 deletion iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
testCoverageEnabled true
multiDexEnabled true
}
}
Expand Down

0 comments on commit 81ecb9e

Please sign in to comment.