From 8683d4f40448c8a68c309beaf85f2b5ff036f706 Mon Sep 17 00:00:00 2001 From: Stardust Date: Fri, 29 Nov 2019 19:30:01 +0800 Subject: [PATCH] Disable lint abortOnError --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a7085fde..8827a833 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,6 +43,7 @@ android { encoding = 'utf-8' } lintOptions { + abortOnError false disable 'MissingTranslation' disable 'ExtraTranslation' } @@ -177,4 +178,4 @@ dependencies { implementation project(':automator') implementation project(':common') implementation project(':autojs') -} \ No newline at end of file +}