diff --git a/F-Droid/build.gradle b/F-Droid/build.gradle index ad8b1f23f..f5aba75e7 100644 --- a/F-Droid/build.gradle +++ b/F-Droid/build.gradle @@ -172,13 +172,6 @@ android { disable 'MissingTranslation' } - // Enable all Android lint warnings - gradle.projectsEvaluated { - tasks.withType(JavaCompile) { - options.compilerArgs << "-Xlint:all" - } - } - } // This person took the example code below from another blogpost online, however