JitPack.io
JitPack.io
In the meantime you can install ProgressWheel's aar using JitPack: https://jitpack.io/#Todd-Davies/ProgressWheel/05c4974a30 Would be nice to have a GitHub release of ProgressWheel with a version number. For now using the commit...
Would be easy to publish with JitPack.io, just needs a build file.
Btw, it's very easy to publish GitHub repositories on JitPack.io as maven dependencies. Don't even need to upload anything. Here is android-rss already available: https://jitpack.io/#ahorn/android-rss/v1.0-rc1
@ahorn Hi! We run maven with -DcreateChecksums=true so checksums should be available: https://jitpack.io/com/github/ahorn/android-rss/v1.0-rc1/android-rss-v1.0-rc1.jar.sha1
Hi Victor! That's a really good question. You're right, JitPack won't publish jars that you have in your libs folder. Would it be possible to put Guava in a separate...
Hello, Looks like it's getting stuck resolving 'sample_data' project. There is a dependency on the project itself https://github.com/VictorAlbertos/RxCache/blob/master/sample_data/build.gradle#L18 It'd be better to reference the main lib like this: `compile project(':rx_cache')`
@wiziq-jit After a closer look found out that 403 happens when a JitPack subscription is not active. Would recommend visiting https://jitpack.io/w/user to see if there is an issue
From the build log: https://jitpack.io/com/github/eddydn/AndroidGridLayout/-62c61d214f-1/build.log ``` WARNING: Gradle 'install' task not found. Please add the 'maven' or 'android-maven' plugin. See the documentation and examples: https://jitpack.io/docs/ ```
Hi! This might help in the meantime: https://jitpack.io/#lzyzsd/circleprogress/v1.2.0