mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-09 12:32:30 +01:00
Abort true warning false
This commit is contained in:
parent
dd3d5e05e4
commit
d85846fb3e
@ -65,7 +65,7 @@ android {
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
warningsAsErrors true
|
||||
warningsAsErrors false
|
||||
disable 'TrustAllX509TrustManager',
|
||||
'UnusedResources',
|
||||
'ContentDescription',
|
||||
@ -81,7 +81,7 @@ android {
|
||||
'GoogleAppIndexingApiWarning',
|
||||
'SelectableText'
|
||||
|
||||
abortOnError false
|
||||
abortOnError true
|
||||
xmlReport false
|
||||
textReport true
|
||||
textOutput 'stdout'
|
||||
|
Loading…
Reference in New Issue
Block a user