1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Adapt all build.gradle files inside build_dir

This commit is contained in:
Daniel Martí 2014-01-20 00:33:16 +01:00
parent f2b25679ff
commit 4e4728969f

View File

@ -415,7 +415,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
else:
gradle_dir = root_dir
adapt_gradle(gradle_dir)
adapt_gradle(build_dir)
for name, number, libpath in srclibpaths:
adapt_gradle(libpath)