inmite / android-validation-komensky

A simple library for validating user input in forms using annotations.
Apache License 2.0
508 stars 78 forks source link

Strange behavior of validateSingleView(...) #46

Closed Narayane closed 7 years ago

Narayane commented 7 years ago

When a single view validation has succeeded, I don't want to have an all target (which can be potentially an activity or a fragment) validation that makes no sense if I had chosen to validate only a single view in the target.

tomas-vondracek commented 7 years ago

Thanks

Narayane commented 7 years ago

Hi @tomas-vondracek,

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.