messaging-android module

+--- com.google.android.material:material:1.9.0+--- androidx.activity:activity-ktx:1.7.2+--- androidx.appcompat:appcompat:1.6.1+--- androidx.constraintlayout:constraintlayout:2.1.4+--- io.coil-kt:coil-base:2.4.0+--- io.coil-kt:coil-gif:2.4.0+--- io.coil-kt:coil-svg:2.4.0+--- com.google.dagger:dagger:2.47+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3+--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3+--- com.squareup.moshi:moshi:1.14.0+--- com.squareup.moshi:moshi-adapters:1.14.0+--- com.squareup.okhttp3:okhttp-bom:4.11.0+--- com.squareup.okhttp3:okhttp:4.11.0+--- com.squareup.okhttp3:logging-interceptor:4.11.0+--- com.squareup.retrofit2:retrofit:2.9.0+--- com.squareup.retrofit2:converter-moshi:2.9.0

zendesk-android module

+--- androidx.appcompat:appcompat:1.6.1+--- com.google.dagger:dagger:2.47+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3+--- com.squareup.moshi:moshi:1.14.0+--- com.squareup.moshi:moshi-adapters:1.14.0+--- com.squareup.okhttp3:okhttp-bom:4.11.0+--- com.squareup.okhttp3:okhttp:4.11.0+--- com.squareup.retrofit2:retrofit:2.9.0+--- com.squareup.retrofit2:converter-moshi:2.9.0

Note on dependencies

Our SDK relies on the mentioned libraries. If you are using one of the above libraries in your app, be aware the highest version will be picked by Gradle. For example, if your app is using io.coil-kt:coil-base:1.3.0, our version 2.4.0 will be picked. When using the same dependencies, they should at least be in the same major in order to minimize risk of conflict.