Enable abort on lint check failure (#570)

This commit is contained in:
Deltadroid 2024-03-17 21:35:18 +01:00 committed by GitHub
parent e8a71fbe04
commit 63de83ac94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ android {
}
lintOptions {
abortOnError false
abortOnError true
}
ndkVersion '26.2.11394342'