diff --git a/app/build.gradle b/app/build.gradle index 32a110dee..7cfc28cae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { checkAllWarnings true disable 'GoogleAppIndexingWarning', 'TrulyRandom', 'ContentDescription', 'UnusedIds', 'UnusedResources', 'SelectableText' htmlReport false - lintConfig file('gradle/config/lint.xml') + lintConfig file('../gradle/config/lint.xml') } }