My team tried to build a release with minify and shrinkResources enabled and this fails with the following warning:
Warning: com.clover.core.internal.calc.Decimal: can't find referenced class edu.umd.cs.findbugs.annotations.SuppressFBWarnings
release {
minifyEnabled true
shrinkResources true
debuggable false
proguardFiles getDefaultProguardFile('proguard-android.txt'), ' proguard-rules.pro'
signingConfig signingConfigs.release
}
Please advise.