Currently this library is published to Jitpack, this has a few downsides but most importantly the up-time track-record for Jitpack is well... not the greatest as this issue proves: jitpack/jitpack.io#5337
I also noticed that this library itself is defining a transitive dependency on: https://github.com/MikeOrtiz/TouchImageView which is also using Jitpack (thus also fails when Jitpack is down).
So I think it is best to migrate or also publish this library in a more reputable repository such as Maven Central, the transitive dependency is harder to solve, maybe there are other libraries that could be used instead that are published in Maven Central as well (or bundle it instead of making it a transitive dependency)?
Currently this library is published to Jitpack, this has a few downsides but most importantly the up-time track-record for Jitpack is well... not the greatest as this issue proves: jitpack/jitpack.io#5337
I also noticed that this library itself is defining a transitive dependency on: https://github.com/MikeOrtiz/TouchImageView which is also using Jitpack (thus also fails when Jitpack is down).
So I think it is best to migrate or also publish this library in a more reputable repository such as Maven Central, the transitive dependency is harder to solve, maybe there are other libraries that could be used instead that are published in Maven Central as well (or bundle it instead of making it a transitive dependency)?