Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-07 11:04:30 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-07 11:04:30 +0300
commitbf5de26c033a052e730e15404fe6da8e7d539dc3 (patch)
tree43be42db3dd4e8a9e77159bab5e9036ae62cb0f1 /build.gradle
parente40cd192cfe05b8809b8b563be1f0d3605765b40 (diff)
Adjust lintOptions; correct some and purge mostly empty translations
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 7a968c8..8363310 100644
--- a/build.gradle
+++ b/build.gradle
@@ -71,4 +71,15 @@ android {
tasks.withType(JavaCompile) {
compileTask -> compileTask.dependsOn ndkBuild
}
+
+ lintOptions {
+ quiet false
+
+ disable "InvalidPackage"
+
+ disable "MissingTranslation"
+
+ ignoreWarnings false
+ abortOnError true
+ }
}