chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23fb27
)
Small fix
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 13 Aug 2013 18:04:44 +0000
(20:04 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 13 Aug 2013 18:04:44 +0000
(20:04 +0200)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 3d0a08362538c1747acbb9fcf5cfc88afe3bdc6b..86ca309ec1613f197e3f57cebb0e4045c8c86ad6 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-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: