org.gradle.api.GradleException: Lint found fatal errors while assembling a release target. code example
Example: Execution failed for task ':app:lintVitalRelease'. > Lint found fatal errors while assembling a release target.
module-build.gradle
android{
lintOptions {
checkReleaseBuilds false
}
}