Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.88k stars 2.16k forks source link

Updates #759

Open shreemaan-abhishek opened 3 years ago

shreemaan-abhishek commented 3 years ago

I have added my app to the README.md file as my app also uses uCrop. I have updated some dependencies and AGP version.

In ucrop/src/main/java/com/yalantis/ucrop/UCrop.java

private static final String EXTRA_PREFIX = BuildConfig.APPLICATION_ID;

has been changed to

private static final String EXTRA_PREFIX = BuildConfig.LIBRARY_PACKAGE_NAME;

as the field, APPLICATION_ID is not available anymore.