Split lint & assemble tasks on CI

This commit is contained in:
Goooler 2022-07-24 10:19:31 +08:00
parent bd8278343f
commit bdd4039785
2 changed files with 24 additions and 12 deletions

View file

@ -65,6 +65,7 @@ android {
}
}
lint {
abortOnError true
warning 'ImpliedQuantity', 'Instantiatable', 'MissingQuantity', 'MissingTranslation'
}
compileOptions {