Browse Source

Stop IDE from complaining about missing translations

arkon 4 năm trước cách đây
mục cha
commit
f4be8e28ca
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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
     }