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 authored and kelson42 committed Jul 2, 2024
1 parent b9cf818 commit cc64d2f
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 cc64d2f

Please sign in to comment.