]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Add menu entry to jump to random word.
[Dictionary.git] / build.gradle
index 3de4e1885a2b7a71e2430e304f04b8eaf0e670a1..0794423503bec651c699f5d4502e64c340420fe5 100644 (file)
@@ -41,6 +41,9 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util"
 android {
     compileSdkVersion 23
     buildToolsVersion "23.0.2"
+    lintOptions {
+        disable "MissingTranslation"
+    }
     buildTypes {
         debug {
             applicationIdSuffix ".debug"