public class FetchAndPackageDefaultConfigurationTask
extends java.lang.Object
Task for loading configuration from central configuration service and storing it to assets folder.
These assets are packaged to APK and used as default configuration.
Because this task depends on gradle build, these assets are manually copied to built content after
task completion.
Also creates configuration.properties file to assets folder.
configuration.properties hard-coded values will read from resources/default-configuration.properties
that can be overridden by arguments to this task.
One can pass 2 arguments to this task: central configuration service url and configuration update interval
(example: gradle fetchAndPackageDefaultConfiguration --args="https://id.eesti.ee 7")