Recherches récentes


Pas de recherche récente

Kymin Liu's Avatar

Kymin Liu

Adhésion le 09 nov. 2021

·

Dernière activité le 09 nov. 2021

Suivis

0

Abonnés

0

Activité totale

3

Votes

0

Abonnement

1

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Kymin Liu

Kymin Liu a ajouté un commentaire,

Commentaire de la communauté 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"

 

Afficher le commentaire · Publication le 09 nov. 2021 · Kymin Liu

0

Abonnés

1

vote

0

Commentaire


Kymin Liu a ajouté un commentaire,

Commentaire de la communauté Developer - Zendesk SDKs

Same thing here. you just need to change the flexbox version to 3.0.0 to support mavenCentral

Afficher le commentaire · Publication le 09 nov. 2021 · Kymin Liu

0

Abonnés

1

vote

0

Commentaire