lyft / scissors

✂ Android image cropping library
https://eng.lyft.com/scissors-an-image-cropping-library-for-android-a56369154a19
Apache License 2.0
1.84k stars 236 forks source link

Add support for Picasso 2.71828 and up #99

Closed nemanja-carecom closed 3 years ago

nemanja-carecom commented 5 years ago

In the latest Picasso release there is no more Picasso.with(Context context) method. Instead there is a Picasso.get() method. Using reflection to call whatever method of these two is available will enable scissors to work with both old style and new style Picasso library.

dschaller commented 3 years ago

Thank you for you contribution to this repository.

Closing this contribution as this repository is being archived.