Fixed lint issue while compiling the project.

This commit is contained in:
MohitMaliFtechiz 2024-06-28 15:13:11 +05:30 committed by Kelson
parent b9cf818cce
commit cc64d2f49e

View File

@ -75,7 +75,7 @@ android {
abortOnError true abortOnError true
checkAllWarnings = true checkAllWarnings = true
warningsAsErrors true warningsAsErrors true
disable("GradleDependency", "UnknownNullness") disable("GradleDependency", "UnknownNullness", "OldTargetApi")
} }
} }