Skip to content

Commit 8438557

Browse files
authored
Update build.gradle
1 parent d000668 commit 8438557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ android {
1616
minifyEnabled false
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
19+
debug{
20+
testCoverageEnabled true
21+
}
1922
}
2023
dataBinding {
2124
enabled = true

0 commit comments

Comments
 (0)