Explorar el Código

Stop IDE from complaining about missing translations

arkon hace 4 años
padre
commit
f4be8e28ca
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/build.gradle

+ 3 - 0
app/build.gradle

@@ -100,6 +100,9 @@ android {
     }
 
     lintOptions {
+        disable 'MissingTranslation'
+        disable 'ExtraTranslation'
+
         abortOnError false
         checkReleaseBuilds false
     }