jedux
jedux copied to clipboard
Jitpack issues
Gradle could not resolve the library from jitpack by using "com.github.trikita:jedux:+"
(as is written in the documentation)
So I visited https://jitpack.io/#trikita/jedux and could not use any of the Releases artifacts.
Only once switching to Commits and using 'com.github.trikita:jedux:-SNAPSHOT'
was the library successfully resolved by Gradle.
As I do not like pointing to a SNAPSHOT I changed it to point to the last commit 'com.github.trikita:jedux:80389e26dc'
Also consider not using +
for the dependency version as it's not a very good practice (and Android Studio will display a warning every time such a dependency is added to the build file)
+1 I have the same problem
+1
+1