From: Daniel Martí Date: Tue, 1 Apr 2014 17:29:37 +0000 (+0200) Subject: Fix bankdroid build X-Git-Tag: 0.2~156 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=870ed87a3650c7d47a6add25b64adfaf49564773;p=fdroidserver.git Fix bankdroid build All console stuff should be avoided already with just readLine --- diff --git a/fdroidserver/common.py b/fdroidserver/common.py index c26ec630..3fef945f 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -1428,7 +1428,6 @@ def remove_signing_keys(build_dir): re.compile(r'.*android\.signingConfigs\..*'), re.compile(r'.*variant\.outputFile = .*'), re.compile(r'.*\.readLine\(.*'), - re.compile(r'.*System\.console\(\).*'), ] for root, dirs, files in os.walk(build_dir): if 'build.gradle' in files: