Búsquedas recientes
No hay búsquedas recientes

Akash Koradia
Incorporación 19 nov 2021
·
Última actividad 22 nov 2021
Seguimientos
0
Seguidores
0
Actividad total
4
Voto
1
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Akash Koradia
Akash Koradia hizo un comentario,
Comentario de la comunidad 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
Ver comentario · Editado 22 nov 2021 · Akash Koradia
0
Seguidores
1
Voto
0
Comentarios
Akash Koradia hizo un comentario,
Comentario de la comunidad 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.
Ver comentario · Editado 19 nov 2021 · Akash Koradia
0
Seguidores
0
Votos
0
Comentarios