My project has a dependency on an .aar file located remotely.
Android Studio keeps a copy of this file in my ./gradle/caches directory
When I clean and re-build the project, the file is not refreshed.
How can I force Android Studio to reload the archive from the remote location ?
Or is it possible to disable the gradle cache for a specific file ?
EDIT: I'd like to force a refresh of a specific file, not of the whole cache => This question is not a duplicate of How to clear gradle cache?