[orbot/master] don't abort on lint

22 Dec
2021
22 Dec
'21
9:55 p.m.
commit fc6a0ea7d7f048e334e0fd2f0e89298027bcc79e Author: n8fr8 <nathan@guardianproject.info> Date: Wed Feb 24 10:54:40 2021 -0500 don't abort on lint --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d9e43a9..c9470670 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ android { } lintOptions { checkReleaseBuilds false - abortOnError true + abortOnError false htmlReport true xmlReport false
1262
Age (days ago)
1262
Last active (days ago)
0 comments
1 participants
participants (1)
-
n8fr8@torproject.org