mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Sed signing configs out of build.gradle files
This commit is contained in:
parent
43209c1e76
commit
b70bcbfd23
@ -337,6 +337,8 @@ def adapt_gradle(path, verbose):
|
||||
subprocess.call(['sed', '-i',
|
||||
's@com.android.tools.build:gradle:[0-9\.\+]*@com.android.tools.build:gradle:'+gradle_plugin+'@g', path])
|
||||
|
||||
subprocess.call(['sed', '-i', '/signingConfig /d', path])
|
||||
|
||||
|
||||
def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_dir, tmp_dir, install, force, verbose, onserver):
|
||||
"""Do a build locally."""
|
||||
|
Loading…
Reference in New Issue
Block a user