From 937c22c0962f02880cb72483f5684bac18ed1b75 Mon Sep 17 00:00:00 2001 From: OliE Date: Sun, 7 May 2017 11:05:42 +0200 Subject: [PATCH] don't abort build process if a translation is missing --- android_app/app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 730628ea..540c9820 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -12,6 +12,10 @@ android { versionName "1.5.1" } + lintOptions { + abortOnError false + } + buildTypes { release { minifyEnabled false