chore: added comment on why we're disabling this

This commit is contained in:
əlemi 2023-05-04 01:21:06 +02:00
parent 7c6bbe5076
commit 94ec09d108
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -19,7 +19,7 @@ android {
sourceCompatibility 1.8
targetCompatibility 1.8
}
lintOptions {
lintOptions { // TODO this is necessary because otherwise it complains that we don't extend Activity...
abortOnError false
}
}