Skip to content

Commit cc64d2f

Browse files
MohitMaliDeveloperkelson42
authored andcommitted
Fixed lint issue while compiling the project.
1 parent b9cf818 commit cc64d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ android {
7575
abortOnError true
7676
checkAllWarnings = true
7777
warningsAsErrors true
78-
disable("GradleDependency", "UnknownNullness")
78+
disable("GradleDependency", "UnknownNullness", "OldTargetApi")
7979
}
8080
}
8181

0 commit comments

Comments
 (0)