mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Sed signing configs out of build.gradle files
This commit is contained in:
parent
43209c1e76
commit
b70bcbfd23
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue