don't fail on lint for release builds
This commit is contained in:
parent
e3d7ca28a0
commit
3ee6b2a6b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue