1
0
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:
Daniel Martí 2013-11-17 21:58:43 +01:00
parent 83658bc0da
commit 60f07b49b1

View File

@ -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)