Skip to content

Remove force_build_tools config option

The force_build_tools config option was added a long time ago to brute force the build-tools version by trying to replace the value in build.gradle files. This is never something that should be used in production, since the app's build metadata should specify this kind of thing. And now that we're moving towards androguard for everything except fdroid build and fdroid publish, build-tools will no longer even be used in the other commands. #738 (closed)

Merge request reports