Add JaCoCo plugin

This commit is contained in:
Kirill Kamakin
2022-05-29 11:52:43 +02:00
parent a16ed569a2
commit 799fba8bcb
2 changed files with 7 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ android {
debug {
minifyEnabled true
shrinkResources true
testCoverageEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro', 'proguard-rules-debug.pro'
}
release {
@@ -211,5 +212,4 @@ dependencies {
// https://github.com/square/leakcanary/releases
debugImplementation "com.squareup.leakcanary:leakcanary-android:2.9.1"
}