Skip to content

Add gradle task `fetchWebappAssets` to download latest required assets from the webapp repository.

This gradle task fetchWebappAssets checks for the existence of the assets folder in app/src/main/, just in case a developer is already using the needed assets from the webapp repository or previously downloaded the assets from elsewhere.
If this folder is not existing, the latest mobile assets are downloaded from GitLab, extracted and moved to the asset folder.
Afterwards both the zip-file and its output from the extraction is deleted/cleaned up.

/cc @rpaik, @dplanella
fixes gitlab-org/gitter/gitter-android-app#122

Edited by Eric Eastwood

Merge request reports