Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Akash Koradia's Avatar

Akash Koradia

Beigetreten 19. Nov. 2021

·

Letzte Aktivität 22. Nov. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

4

Stimme

1

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Akash Koradia

Akash Koradia hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk SDKs

Hi Mick, thank you for responding.
I was able to resolve the issue - using exclude flexbox line in the dependency. As you can see below

implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation (group: 'com.zendesk', name: 'messaging', version: '5.2.2') {
exclude group: "com.google.android", module: "flexbox"
}
implementation (group: 'com.zendesk', name: 'chat', version: '3.3.2') {
exclude group: "com.google.android", module: "flexbox"
}

this worked for me 

Kommentar anzeigen · Bearbeitet 22. Nov. 2021 · Akash Koradia

0

Follower

1

Stimme

0

Kommentare


Akash Koradia hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk SDKs

Hi Eric,
I am facing same issue in Kotlin. Does Zendesk not support Kotlin also? I already have flexbox dependency in my code but still getting above issue.

Kommentar anzeigen · Bearbeitet 19. Nov. 2021 · Akash Koradia

0

Follower

0

Stimmen

0

Kommentare