Recent searches


No recent searches

Kymin Liu's Avatar

Kymin Liu

Joined Nov 09, 2021

·

Last activity Nov 09, 2021

Following

0

Followers

0

Total activity

3

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Kymin Liu

Kymin Liu commented,

Community comment 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"

 

View comment · Posted Nov 09, 2021 · Kymin Liu

0

Followers

1

Vote

0

Comments


Kymin Liu commented,

Community comment Developer - Zendesk SDKs

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

View comment · Posted Nov 09, 2021 · Kymin Liu

0

Followers

1

Vote

0

Comments