don't fail on lint for release builds

This commit is contained in:
Nathan Freitas 2016-10-20 10:50:19 -04:00
parent e3d7ca28a0
commit 3ee6b2a6b5
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@ android {
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
buildTypes {
release {
minifyEnabled false