ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.38k stars 1.34k forks source link

Run time exceptions for using your library. #509

Open akshaykumar0291 opened 6 years ago

akshaykumar0291 commented 6 years ago

Hi, my app is crashing and giving run time exceptions for using your library com.theartofdev.edmodo:android-image-cropper:2.6.+ It says that library version should not with .+ Could you please provide the stable version for this.

mcastagnolo commented 6 years ago

Replace the + with a 0 instead so it's com.theartofdev.edmodo:android-image-cropper:2.6.0

akshaykumar0291 commented 6 years ago

Thank you for reply but after doing this also i am getting exception of unable to merge dex file. This exception is coming only when i am adding this library to my project. Any solution.

LucasMoresco commented 6 years ago

I had the same problem after adding this library in my project.