mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 16:29:12 -05:00
Google is making gradle automatically download Android SDK components that are needed by the build, but not already present. We need to support that since it would be a lot of work to fight it. Plus, since each build starts from the fresh snapshot, it should not be such a big deal to let each build install stuff during the process. closes #268