pendo-io / pendo-mobile-sdk

Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
https://www.pendo.io
Other
57 stars 2 forks source link

Pendo sdk issue #104

Closed kiran1996katti closed 6 months ago

kiran1996katti commented 6 months ago

Platform + Version implementation group:'sdk.pendo.io',name:'pendoIO',version:'3.0.0.6101',changing:true

SDK Version 3.0.0.6101 Framework

logs: .3-runtime (com.google.android.play:core:1.10.3) and jetified-review-2.0.1-runtime (com.google.android.play:review:2.0.1) Duplicate class com.google.android.play.core.review.zzi found in modules jetified-core-1.10.3-runtime (com.google.android.play:core:1.10.3) and jetified-review-2.0.1-runtime (com.google.android.play:review:2.0.1)

Go to the documentation to learn how to Fix dependency resolution errors.

randmaayan commented 6 months ago

Hi, please exclude play-review module from Pendo to avoid this error- implementation (group:'sdk.pendo.io' , name:'pendoIO', version:'3.0.0.6101', changing:true) { exclude group: 'com.google.android.play', module: 'review' }

please update us

kiran1996katti commented 6 months ago

Hi , Now its working fine. Thank you...