You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: