lintOptions - don't abort on error

This commit is contained in:
Josia Pietsch 2024-11-11 19:20:22 +01:00
parent f61f861950
commit e915585dbb
Signed by: jrpie
GPG key ID: E70B571D66986A2D

View file

@ -59,6 +59,10 @@ android {
includeInBundle = false
}
lintOptions {
abortOnError false
}
}
dependencies {