Skip to content

Web Opac: run downloadJson task before assemble

username-removed-376946 requested to merge johan12345/fdroiddata:master into master

We need to run this custom Gradle task do download configuration files for the app (one for each of the 1000+ libraries) from our server.

Somehow F-Droid does not run it automatically even though assembleRelease depends on it. So I put it to the preassemble option.

Merge request reports