igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 465 forks source link

The number of method references in a .dex file cannot exceed 64K #125

Open omidshapouri opened 6 years ago

omidshapouri commented 6 years ago

I am trying to upgrade the library from version 1.1.4 to 1.1.7 and I am getting the following error:

"Error:The number of method references in a .dex file cannot exceed 64K"

Does new version (1.1.7) increase the number of methods dramatically?Probably in dependencies? I am not sure but in version 1.1.5, as it is said, the library supports RxJava2 which might increases the number of methods hugely?!?

Thanks