RxSocialAuth icon indicating copy to clipboard operation
RxSocialAuth copied to clipboard

Android RxJava library for Social auth (Google, Facebook) and Smart Lock For Passwords

Results 2 RxSocialAuth issues
Sort by recently updated
recently updated
newest added

Version 2.0.1 is registered as `v2.0.1-beta` in jitpack and not `2.0.1-beta` Also use `implementation` instead of `compile` to comply with gradle 3.0.0

If the app architecture contains only activities, not fragments, the list of fragments will be empty, hence get(0) will cause the library to produce an error. If the list of...