最近の検索
最近の検索はありません

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
コメント