Hi
We are trying to use your lib in our project. We are sending UCrop.options and then proceeding with Cropping. But problem is there are some features that we cant set on UCrop.option some features like:
UCrop.of(sourceUri, destinationUri)
.withAspectRatio(16, 9) <------
.withMaxResultSize(maxWidth, maxHeight) <------
.start(context);
Do you have a solution to pass those parameters through UCrop.options?