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

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-12 20:07:25 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-12 20:07:25 +0300
commitbf15fde50468ebee004a3fb80147864c3fe5fe4a (patch)
treead309441150964b2f7d041b763e8124840282df4
parent4ecb4bbc6ef012bbc674c33a1bc8aabc545890b3 (diff)
Lint more verbosely?
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a97d948..702ce33 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -113,5 +113,6 @@ android {
ignoreWarnings false
abortOnError true
+ explainIssues true
}
}