Prevent release build from failing due to Android linter

This commit is contained in:
Sylvain Berfini 2024-04-02 11:10:12 +02:00
parent 19cee069ec
commit 44457665ef

View file

@ -124,6 +124,10 @@ android {
dataBinding true
}
lintOptions {
abortOnError false
}
namespace 'org.linphone'
}