Removed extra added ignore lint warnings

This commit is contained in:
MohitMaliFtechiz 2023-03-29 16:24:13 +05:30 committed by Kelson
parent ce71814076
commit 8e136b77c5

View File

@ -111,9 +111,7 @@ class AllProjectConfigurer {
"IconDipSize", "IconDipSize",
"UnusedResources", "UnusedResources",
"NonConstantResourceId", "NonConstantResourceId",
"NotifyDataSetChanged", "NotifyDataSetChanged"
"NotificationPermission",
"MonochromeLauncherIcon"
) )
lintConfig = target.rootProject.file("lintConfig.xml") lintConfig = target.rootProject.file("lintConfig.xml")
} }