Merge pull request #4115 from nextcloud/simplify

Simplify check
This commit is contained in:
Andy Scherzinger 2019-06-05 21:08:05 +02:00 committed by GitHub
commit bf6b3e9596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ android {
buildTypes {
debug {
testCoverageEnabled (project.hasProperty('coverage') ? true : false)
testCoverageEnabled (project.hasProperty('coverage'))
}
}