mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Small fix
This commit is contained in:
parent
a23fb27155
commit
4cb7e340d1
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
|||
'build.gradle'], cwd=root_dir)
|
||||
|
||||
subprocess.call(['sed', '-i',
|
||||
's@com.android.tools.build:gradle:[0-9\.\+]*@com.android.tools.build:gradle:'+target+'@g',
|
||||
's@com.android.tools.build:gradle:[0-9\.\+]*@com.android.tools.build:gradle:'+gradle_plugin+'@g',
|
||||
'build.gradle'], cwd=root_dir)
|
||||
|
||||
if install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue