Make lint issues non-fatal
This commit is contained in:
parent
bd3f10d395
commit
936f3b1a76
@ -44,4 +44,8 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user