mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 08:47:42 +00:00
Don't fail build if lint gives errors
This commit is contained in:
@@ -58,6 +58,10 @@ android {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
def Properties props = new Properties()
|
||||
|
Reference in New Issue
Block a user