Answers for "what does this means Execution failed for task ':app:lintVitalRelease'."

2

Execution failed for task ':app:lintVitalRelease'.

android {
    ...
    lintOptions {
        checkReleaseBuilds false
    }
}
Posted by: Guest on October-16-2020

Code answers related to "what does this means Execution failed for task ':app:lintVitalRelease'."

Browse Popular Code Answers by Language