瀏覽代碼

Merge 3612523c12de933674c40be60265271182e32337 into e89a8190f76d58a31f8e4527ccee9b26d9793334

Tobias Kaminsky 8 年之前
父節點
當前提交
fe4e366a4d
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      build.gradle

+ 2 - 5
build.gradle

@@ -51,10 +51,11 @@ repositories {
 
 android {
     lintOptions {
-        abortOnError true
+        abortOnError false
         lintConfig file("${project.rootDir}/lint.xml")
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")
+        disable 'MissingTranslation'
     }
 
     dexOptions {
@@ -115,10 +116,6 @@ android {
         targetCompatibility JavaVersion.VERSION_1_7
     }
 
-    lintOptions {
-        abortOnError false
-    }
-
     packagingOptions {
         exclude 'META-INF/LICENSE.txt'
         exclude 'META-INF/LICENSE'