Skip to content

Commit

Permalink
Remove NewApi lint check from android lib conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhiia committed Nov 21, 2024
1 parent 9bffec0 commit 6802e31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ android {
// we rely on dependabot for dependency updates
disable.add("GradleDependency")
disable.add("AndroidGradlePluginVersion")
disable.add("NewApi")
}

compileOptions {
Expand Down

0 comments on commit 6802e31

Please sign in to comment.