|
|
|
|
|
by DotaFan
1206 days ago
|
|
On Android we do the same with help of Gradle. It retrieves library from a remote source and caches it. If there is no cache, next time your Gradle tries to build, it will download the library from a remote source. If remote host fails, you can not build your app. One of popular host providers had issues couple of times in last year, and it wasn't nice.
https://github.com/jitpack/jitpack.io/issues?q=is%3Aissue+so... |
|