mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-23 01:18:30 +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
|
dataBinding true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
|
|
||||||
namespace 'org.linphone'
|
namespace 'org.linphone'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue