소스 검색

Stop IDE from complaining about missing translations

arkon 5 년 전
부모
커밋
f4be8e28ca
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
     }