Is it possible to do something like:
compile files('http://ho.st/jar/MyLibrary.jar')
in Gradle/Android Studio?
Possible advantages:
- Always get the latest version (You don't always have the latest version if you have to download and copy it manually)
- Even works when the library is not published to the maven repository
Or do I have to download and copy it every time?