mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Catch new version of outputFile
This commit is contained in:
parent
3662dfd145
commit
52c3bf46a5
1 changed files with 1 additions and 0 deletions
|
|
@ -1696,6 +1696,7 @@ def remove_signing_keys(build_dir):
|
|||
re.compile(r'^[\t ]*signingConfig [^ ]*$'),
|
||||
re.compile(r'.*android\.signingConfigs\.[^{]*$'),
|
||||
re.compile(r'.*variant\.outputFile = .*'),
|
||||
re.compile(r'.*output\.outputFile = .*'),
|
||||
re.compile(r'.*\.readLine\(.*'),
|
||||
]
|
||||
for root, dirs, files in os.walk(build_dir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue