mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 13:39:55 -04:00
Also avoid readLines from build.gradle
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user