소스 검색

Merge pull request #1042 from nextcloud/lintConfig

Remove non existing reference to lint config
Mario Đanić 8 년 전
부모
커밋
3fdf5e283d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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'