Closed cookseym closed 2 years ago
Also facing same duplicate classes error because of classes that were added manually to this project from the opencv-contours dependency which I use for another reason besides DocV Files - org.opencv.android.Utils org.opencv.core.Core org.opencv.core.Mat org.opencv.core.Range org.opencv.imgproc.Imgproc
I'm facing the same issue, any help here?
@ItayFeld & & @MarkyL Can you try this?
The fact that the classes you are seeing issues with are not obfuscated lead me to believe you should be able to configure your project to get around this.
As for me, I still have the issue if I use the older version of the other dependency, but, they updated their code and flattened it like I suggested and it now plays nicely with this one. However, this will continue to be an issue for others unless Socure fixes this.
Thank you @MarkyL @ItayFeld @cookseym for reporting this.
Our team acknowledged the issue and currently working on to fix it,
We will let you know once we have a fix in place.
Please reach out to my team if you have any questions
Burak Kebapci - Developer Support Engineering - dse@socure.com
Happy to inform that the issue related OpenCV has been resolved. Please use this version -> https://github.com/socure-inc/socure-docv-sdk-android/releases/tag/3.0.2
I am integrating Socure-DocV v 3.0.0 and upon compiling, I am getting the following error message with a class duplicate conflict with another SDK.
Can this SDK be generated with a "flat" package hierarchy using the proguard flags
repackageclasses or flattenpackagehierarchy
?