Búsquedas recientes
No hay búsquedas recientes

Kymin Liu
Incorporación 09 nov 2021
·
Última actividad 09 nov 2021
Seguimientos
0
Seguidores
0
Actividad total
3
Votos
0
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 Kymin Liu
Kymin Liu hizo un comentario,
Comentario de la comunidad Developer - Zendesk SDKs
One workaround is adding the following to your build.gradle:
dependencies {
modules {
module("com.google.android:flexbox") {
replacedBy("com.google.android.flexbox:flexbox")
}
}
implementation ("com.zendesk:messaging:$zendeskMessagingVersion", {
exclude group: "com.google.android", module: "flexbox"
})
implementation "com.google.android.flexbox:flexbox:3.0.0"
Ver comentario · Publicado 09 nov 2021 · Kymin Liu
0
Seguidores
1
Voto
0
Comentarios
Kymin Liu hizo un comentario,
Comentario de la comunidad Developer - Zendesk SDKs
Same thing here. you just need to change the flexbox version to 3.0.0 to support mavenCentral
Ver comentario · Publicado 09 nov 2021 · Kymin Liu
0
Seguidores
1
Voto
0
Comentarios