diff --git a/app/build.gradle b/app/build.gradle index 54335c2..2045e0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,8 @@ android { 'InvalidPackage', 'UnusedResources', 'GoogleAppIndexingWarning', - 'IconLocation' + 'IconLocation', + 'MissingTranslation' } dexOptions { dexInProcess true @@ -132,13 +133,3 @@ dependencies { provided libraries.xposed } - -android { - buildTypes { - release { - lintOptions { - disable 'MissingTranslation' - } - } - } -} \ No newline at end of file