最近搜索


没有最近搜索

Kymin Liu's Avatar

Kymin Liu

已加入2021年11月09日

·

最后活动2021年11月09日

关注

0

关注者

0

活动总数

3

投票

0

订阅

1

活动概览

的最新活动 Kymin Liu

Kymin Liu 进行了评论,

社区评论 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"

 

查看评论 · 已于 2021年11月09日 发布 · Kymin Liu

0

关注者

1

投票

0

评论


Kymin Liu 进行了评论,

社区评论 Developer - Zendesk SDKs

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

查看评论 · 已于 2021年11月09日 发布 · Kymin Liu

0

关注者

1

投票

0

评论