When generated signed APK for realse i get this error message:
Cannot find a version of \'com.google.code.findbugs:jsr305\' that satisfies the version constr
Try this
android { configurations.all { resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9' } }