Don't lint release builds

This commit is contained in:
inorichi 2016-01-25 15:15:47 +01:00
parent 0f42956f3f
commit 0a31c223e3

View File

@ -73,6 +73,7 @@ android {
lintOptions { lintOptions {
abortOnError false abortOnError false
checkReleaseBuilds false
} }
} }