Skip to content

Commit

Permalink
Disable Android GradleDependency lint check
Browse files Browse the repository at this point in the history
There is no need to fail builds/CI due to outdated dependencies.
  • Loading branch information
twyatt committed Feb 29, 2024
1 parent 16ae947 commit 3ac789e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions khronicle-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ android {
lint {
abortOnError = true
warningsAsErrors = true

disable += "GradleDependency"
}
}

0 comments on commit 3ac789e

Please sign in to comment.