mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Prevent release build from failing due to Android linter
This commit is contained in:
parent
19cee069ec
commit
44457665ef
1 changed files with 4 additions and 0 deletions
|
|
@ -124,6 +124,10 @@ android {
|
|||
dataBinding true
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
namespace 'org.linphone'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue