Skip to content

Commit

Permalink
Disable android lint rules that fail builds when outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jul 4, 2024
1 parent ffd16bd commit 8f75513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
abortOnError = true
warningsAsErrors = true
checkDependencies = true
disable.add("RtlEnabled")
disable.addAll(listOf("RtlEnabled", "GradleDependency", "AndroidGradlePluginVersion"))
}
}

Expand Down

0 comments on commit 8f75513

Please sign in to comment.