mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Clean gradle signing configs all at once
This commit is contained in:
parent
0f375dba43
commit
a546013756
2 changed files with 33 additions and 2 deletions
|
|
@ -336,8 +336,6 @@ 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