I work on an app, where we have the different translations of the strings.xml file online to crowdsource translations. The translation tool offers an API for accessing the xml files per URL.
e.g.: https://localise.biz/api/export/locale/en.xml?format=android&key=7qUo-LUKd4VIHSwRYB5005T7QQbaFCGw
Is it possible to download and include those files when the gradle build starts?
Looking forward to your answers!