Эх сурвалжийг харах

Merge 3612523c12de933674c40be60265271182e32337 into e89a8190f76d58a31f8e4527ccee9b26d9793334

Tobias Kaminsky 8 жил өмнө
parent
commit
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'