mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Also avoid readLines from build.gradle
This commit is contained in:
parent
83658bc0da
commit
60f07b49b1
@ -1984,7 +1984,8 @@ def remove_signing_keys(build_dir):
|
||||
elif any(s in line for s in (
|
||||
' signingConfig ',
|
||||
'android.signingConfigs.',
|
||||
'variant.outputFile = ')):
|
||||
'variant.outputFile = ',
|
||||
'.readLine(')):
|
||||
changed = True
|
||||
else:
|
||||
o.write(line)
|
||||
|
Loading…
Reference in New Issue
Block a user