Sfoglia il codice sorgente

remove non existing reference to lint config

tobiasKaminsky 8 anni fa
parent
commit
7dc5cc7a94
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      build.gradle

+ 0 - 1
build.gradle

@@ -52,7 +52,6 @@ repositories {
 android {
     lintOptions {
         abortOnError false
-        lintConfig file("${project.rootDir}/lint.xml")
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")
         disable 'MissingTranslation'