zoho / salesiq-mobilisten-android-sample

Sample App to integrate SalesIQ Android SDK (Mobilisten)
https://mobilisten.io/
15 stars 4 forks source link

Duplicate Class Found with GlideToVectorYou Library #39

Closed nsuthar20 closed 1 year ago

nsuthar20 commented 1 year ago

Duplicate class com.bumptech.glide.GeneratedAppGlideModuleImpl found in modules jetified-GlideToVectorYou-v2.0.0-runtime (com.github.corouteam:GlideToVectorYou:v2.0.0) and jetified-mobilisten-4.3.3-runtime (com.zoho.salesiq:mobilisten:4.3.3)

Duplicate class com.bumptech.glide.GeneratedRequestManagerFactory found in modules jetified-GlideToVectorYou-v2.0.0-runtime (com.github.corouteam:GlideToVectorYou:v2.0.0) and jetified-mobilisten-4.3.3-runtime (com.zoho.salesiq:mobilisten:4.3.3)

bhahirathan-mb-11956 commented 1 year ago

Hi @nsuthar20 ,

Thanks for writing to us. We're looking into this issue and will update you once we fix it.

As a workaround, please use the same version 'com.github.bumptech.glide:glide:4.13.2' of glide used in Mobilisten to avoid this issue as of now.

For further queries, please write to us at support@zohosalesiq.com. We will be happy to assist you.

Regards, Bhahirathan M, Zoho SalesIQ.

nsuthar20 commented 1 year ago

Hi, Thanks for the response!

I've already added it into my gradle.

Following both are the libraries which I'm using in my project:

implementation 'com.github.bumptech.glide:glide:4.13.2' implementation 'com.github.corouteam:GlideToVectorYou:v2.0.0'

And maybe because of that, duplicate class error is shown in log.

ghost commented 1 year ago

facing the same issue in new version //Zoho version implementation 'com.zoho.salesiq:mobilisten:4.3.3'

//Glide version implementation 'com.github.bumptech.glide:glide:4.13.2' implementation 'com.github.corouteam:GlideToVectorYou:v2.0.0'

bhahirathan-mb-11956 commented 1 year ago

Hi @nsuthar20 @devang-p-eq ,

This issue has been fixed. Please update to the version 4.4.0 and verify once. Please write back to us if the issue persists.

Regards, Bhahirathan M, Zoho SalesIQ.