最近搜索
没有最近搜索

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
评论