<@U0KBF8D7V> This is probably useful to create a t...
# gradle
w
@Paul Woitaschek This is probably useful to create a task to download file: https://github.com/michel-kraemer/gradle-download-task . From then you need to read up on Gradle tasks and ordering, you most likely would need something like
afterEvaluate { project.tasks.assembleDebug.dependsOn "myDownloadTask" }