mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Fix bankdroid build
All console stuff should be avoided already with just readLine
This commit is contained in:
parent
5dc29c8a05
commit
870ed87a36
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue