[Question] change globallyDynamicServers gradle config (url) at runtime
Hi,
I am investigating a self hosted approach with globallyDynamic in order to download dynamic modules on-demand in my software. It is working fine with a static globallyDynamic server instance, the bundle is successfully uploaded at buildtime and the module is downloaded on-demand later, just as expected.
However, in a productive use case of the software I am trying to integrate this in, the device might not have access to the internet, and therefore may need to request the module from a different URL.
So in short, is there a way to dynamically change the globallyDynamicServer url at runtime (after build), or is there any simple suitable workaround to achieve this?
Hey, thanks for reporting. Not currently, no. It is something that could be added though. Don't have time to work on it right now though (maybe in a week or so). If you want it quicker than that, feel free to submit a PR.