Migrate from RxJava2 to RxJava3 for the whole project and migrate to AndroidX for sample app #152
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I migrated the lib to RxJava3 as RxJava2 will be deprecated soon (end of support is the last day of Dec 2020).
I tested the lib on the sample app which I also adapted to the newest dependencies (AndroidX etc.)
I haven't rewritten it to Kotlin but I will consider it if I have some time ;)
I hope you will find this PR helpful.
Cheers,
Michal