Not able to create release build for Android App

@igor Thanks for your response. I got a solution by adding following lines in App Build.Gradle file.

android {
lintOptions {
checkReleaseBuilds false
}
}

3 Likes