Execution failed for task ':app:lintVitalRelease'. > Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'. code example
Example: Execution failed for task ':app:lintVitalRelease flutter build
android {
compileSdkVersion 28
lintOptions {
disable 'InvalidPackage'
//Put the following line
checkReleaseBuilds false
//abortOnError false
}