Skip to content

Commit

Permalink
Fixed lint issue while compiling the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Jun 28, 2024
1 parent f20bc21 commit 4f17f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ android {
abortOnError true
checkAllWarnings = true
warningsAsErrors true
disable("GradleDependency", "UnknownNullness")
disable("GradleDependency", "UnknownNullness", "OldTargetApi")
}
}

Expand Down

0 comments on commit 4f17f7c

Please sign in to comment.