I try to get the master branch updated code (with my pull request) as a gradle dependency thanks to jitpack.io into my android studio project.
I have tried:
- compile 'com.github.inmite:android-validation-komensky:7c544f2'
- compile 'com.github.inmite:android-validation-komensky:master-SNAPSHOT'
But nothing works... (FYI)
How can I get the latest code version of your master branch without waiting a new release of android-validation-komensky with gradle?
Cheers.
I try to get the master branch updated code (with my pull request) as a gradle dependency thanks to jitpack.io into my android studio project.
I have tried:
But nothing works... (FYI)
How can I get the latest code version of your master branch without waiting a new release of android-validation-komensky with gradle?
Cheers.