mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-16 11:50:09 -04:00
Don't abort on lint errors
This commit is contained in:
@@ -108,6 +108,10 @@ android {
|
||||
|
||||
compileOptions.encoding = "UTF-8"
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// TODO: This person took the example code below from another blogpost online, however
|
||||
|
||||
Reference in New Issue
Block a user