最近搜索
没有最近搜索

Akash Koradia
已加入2021年11月19日
·
最后活动2021年11月22日
关注
0
关注者
0
活动总数
4
投票
1
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Akash Koradia
Akash Koradia 进行了评论,
社区评论 Developer - Zendesk SDKs
Hi Mick, thank you for responding.
I was able to resolve the issue - using exclude flexbox line in the dependency. As you can see below
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation (group: 'com.zendesk', name: 'messaging', version: '5.2.2') {
exclude group: "com.google.android", module: "flexbox"
}
implementation (group: 'com.zendesk', name: 'chat', version: '3.3.2') {
exclude group: "com.google.android", module: "flexbox"
}
this worked for me
查看评论 · 已于 2021年11月22日 编辑 · Akash Koradia
0
关注者
1
投票
0
评论