X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=build.gradle;h=0794423503bec651c699f5d4502e64c340420fe5;hb=cc5c3a2407180de0569c2536a2fa37ce782dd55c;hp=3de4e1885a2b7a71e2430e304f04b8eaf0e670a1;hpb=eef066274c466aa1edf23e946ef45a0c043995d9;p=Dictionary.git diff --git a/build.gradle b/build.gradle index 3de4e18..0794423 100644 --- a/build.gradle +++ b/build.gradle @@ -41,6 +41,9 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util" android { compileSdkVersion 23 buildToolsVersion "23.0.2" + lintOptions { + disable "MissingTranslation" + } buildTypes { debug { applicationIdSuffix ".debug"