Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Mar 23, 2021
1 parent d4af473 commit 529c26a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}
buildToolsVersion("29.0.3")
lintOptions {
isAbortOnError = false
}
}

val checkParameters by tasks.registering {
Expand Down

0 comments on commit 529c26a

Please sign in to comment.