最近の検索


最近の検索はありません

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

コメント