trikita / jedux

Redux architecture for Android in good old java
MIT License
276 stars 12 forks source link

Jitpack issues #1

Open shokkobon opened 8 years ago

shokkobon commented 8 years ago

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)

janjilek commented 8 years ago

+1 I have the same problem

mheras commented 7 years ago

+1

Martori commented 7 years ago

+1