mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Also avoid readLines from build.gradle
This commit is contained in:
parent
83658bc0da
commit
60f07b49b1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue