Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Kymin Liu
Beigetreten 09. Nov. 2021
·
Letzte Aktivität 09. Nov. 2021
Folge ich
0
Follower
0
Gesamtaktivitäten
3
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Kymin Liu
Kymin Liu hat einen Kommentar hinterlassen
Community-Kommentar 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"
Kommentar anzeigen · Gepostet 09. Nov. 2021 · Kymin Liu
0
Follower
1
Stimme
0
Kommentare
Kymin Liu hat einen Kommentar hinterlassen
Community-Kommentar Developer - Zendesk SDKs
Same thing here. you just need to change the flexbox version to 3.0.0 to support mavenCentral
Kommentar anzeigen · Gepostet 09. Nov. 2021 · Kymin Liu
0
Follower
1
Stimme
0
Kommentare