1
0
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:
Allan Wang 2021-08-30 02:18:13 -07:00
parent dd3d5e05e4
commit d85846fb3e
No known key found for this signature in database
GPG Key ID: 69D90B885D405BDB

View File

@ -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'