mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 11:00:10 +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 (
|
elif any(s in line for s in (
|
||||||
' signingConfig ',
|
' signingConfig ',
|
||||||
'android.signingConfigs.',
|
'android.signingConfigs.',
|
||||||
'variant.outputFile = ')):
|
'variant.outputFile = ',
|
||||||
|
'.readLine(')):
|
||||||
changed = True
|
changed = True
|
||||||
else:
|
else:
|
||||||
o.write(line)
|
o.write(line)
|
||||||
|
Loading…
Reference in New Issue
Block a user