Ricerche recenti
Nessuna ricerca recente

Akash Koradia
Data ingresso 19 nov 2021
·
Ultima attività 22 nov 2021
Seguiti
0
Follower
0
Attività totali
4
Voto
1
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Akash Koradia
Akash Koradia ha commentato,
Commento nella community 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
Visualizza commento · Data ultima modifica: 22 nov 2021 · Akash Koradia
0
Follower
1
Voto
0
Commenti
Akash Koradia ha commentato,
Commento nella community 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.
Visualizza commento · Data ultima modifica: 19 nov 2021 · Akash Koradia
0
Follower
0
Voti
0
Commenti