Skip to content

Commit

Permalink
lint is still failing to execute, so let's disable it then.... >:-(
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Feb 1, 2022
1 parent 151d411 commit 6ae10e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ android {
}

lint {
// there is currently always an internal error "Unexpected lint invalid arguments" when executing lintAnalyze*, so whatever, disable this then!
isCheckReleaseBuilds = false
disable("MissingTranslation")
ignore("UseCompatLoadingForDrawables") // doesn't make sense for minSdk >= 21
isAbortOnError = false
Expand Down

0 comments on commit 6ae10e5

Please sign in to comment.