summaryrefslogtreecommitdiff
path: root/vdrmanager/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/app/build.gradle')
-rw-r--r--vdrmanager/app/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/vdrmanager/app/build.gradle b/vdrmanager/app/build.gradle
index e645308..acc2bdd 100644
--- a/vdrmanager/app/build.gradle
+++ b/vdrmanager/app/build.gradle
@@ -1,6 +1,12 @@
apply plugin: 'com.android.application'
android {
+ lintOptions {
+ checkReleaseBuilds false
+ // Or, if you prefer, you can continue to check for errors in release builds,
+ // but continue the build even when errors are found:
+ abortOnError false
+ }
signingConfigs {
config {
keyAlias 'vdrmanager'