igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 465 forks source link

Migrate from RxJava2 to RxJava3 for the whole project and migrate to AndroidX for sample app #152

Open mmBs opened 3 years ago

mmBs commented 3 years ago

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