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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2017-03-04 11:04:08 +0300
committerkorelstar <korelstar@users.noreply.github.com>2017-03-19 23:01:06 +0300
commit71f2e80a27850d43ffe7e89ea8deb6db27f8e6bc (patch)
treeb199daff4c6de44a414c6fb09a8c331649e17c70 /app/build.gradle
parentaf67f425bbbb2a226c462245e6f686361f6d3118 (diff)
Add travis support and adjust lint settings
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6984b2d8..893bb58a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,6 +17,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
+ lintOptions {
+ disable 'MissingTranslation'
+ abortOnError false
+ }
}
dependencies {