Dagger issues on migration of Zendesk support SDK to 5.1.2 | Community
Skip to main content

Dagger issues on migration of Zendesk support SDK to 5.1.2

  • June 14, 2023
  • 3 replies
  • 0 views

Pranit

I have upgraded Zendesk support SDK version from 2.0.0 to  5.1.2 but I am unable to build the project due to Dagger issues as attached in screenshot.

Dagger version used in our project is 2.13

Kindly look into this issue, as zendesk support is critical for us

3 replies

Pranit
  • Author
  • June 19, 2023

Any updates on this?


Hi Pranit,
 
Are you also encountering this with our sample app?

Pranit
  • Author
  • June 21, 2023

Hi Christopher/Team,
In demo apps, this issue is not encountered as Dagger is not used in that demo applications.

In our application,
1. We are using Zendesk support SDK 2.0.0,  on devices below Android 10, Zendesk SDK is working as expected (we are able to send the message and attachment) but for the devices Android 11 and above the Zendesk crashes on click of attachment button.
2. To resolve the attachment crash issue we decided to migrate Zendesk support SDK to 5.1.2, but we are facing Dagger issues as mentioned in above post
3. Below are the details of our app
        minSdk              : 28,
        targetSdk           : 33,
        compileSdk        : 33,
        Dagger version  : 2.13

Please let me know if you require more details on this.