[Android] [PATCH] Ignore translations errors with lint
Geoffrey Métais
geoffrey.metais at gmail.com
Thu Nov 20 14:13:37 CET 2014
---
vlc-android/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index b3d1210..1d0f39a 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -42,6 +42,7 @@ android {
lintOptions {
abortOnError false
+ disable 'MissingTranslation', 'ExtraTranslation'
}
defaultConfig {
--
1.9.1
More information about the Android
mailing list