Open shreemaan-abhishek opened 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.
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
has been changed to
as the field, APPLICATION_ID is not available anymore.