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'))
}
}
@ -286,7 +286,7 @@ dependencies {
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.5'
implementation 'com.google.dagger:dagger:2.23.1'
implementation 'com.google.dagger:dagger-android:2.23.1'
implementation 'com.google.dagger:dagger-android-support:2.23.1'