summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorIronthighs <bob.ironthighs@gmail.com>2016-07-21 19:26:09 -0500
committerIronthighs <bob.ironthighs@gmail.com>2016-07-22 23:01:45 -0500
commit1ad32ee382d1192171813815e4d06ff0cf74506b (patch)
treeeacad2198e59af62ca10b6142c010b3b5543c974 /Source/Android
parent89b5bc9ee54a195e1e315dddb07a47713e3ecf12 (diff)
-Commented out lines disabling lint translation messages.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index 26bda26ff1..3cdbade125 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -11,8 +11,8 @@ android {
abortOnError false
//Uncomment disable lines for test builds...
- disable 'MissingTranslation'
- disable 'ExtraTranslation'
+ //disable 'MissingTranslation'
+ //disable 'ExtraTranslation'
}
defaultConfig {