Skip to content

Added new path used in some cases for gradle 4.1 and newer

DynamiteTuning requested to merge dynamitetuning/fdroidserver:master into master

Although the rest was successful, my build failed because the build.py could not find the apk file. It turned out, that there is yet another output path to be looked for when using newer versions of gradle. I have added this path inside the build.py and afterwards the build was successful. Can you please merge this change?

Merge request reports