1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 14:30:11 +01:00

Fix bankdroid build

All console stuff should be avoided already with just readLine
This commit is contained in:
Daniel Martí 2014-04-01 19:29:37 +02:00
parent 5dc29c8a05
commit 870ed87a36

View File

@ -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: