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