@@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
4343Add the following dependency to your app's ` build.gradle ` file:
4444``` groovy
4545dependencies {
46- implementation 'io.intercom.android:intercom-sdk:12.2.2 '
46+ implementation 'io.intercom.android:intercom-sdk:12.2.3 '
4747 implementation 'com.google.firebase:firebase-messaging:20.+'
4848}
4949```
@@ -53,7 +53,7 @@ dependencies {
5353If you'd rather not have push notifications in your app, you can use this dependency:
5454``` groovy
5555dependencies {
56- implementation 'io.intercom.android:intercom-sdk-base:12.2.2 '
56+ implementation 'io.intercom.android:intercom-sdk-base:12.2.3 '
5757}
5858```
5959
@@ -137,9 +137,10 @@ com.squareup.okhttp3:okhttp:4.9.0
137137com.squareup.retrofit2:retrofit:2.9.0
138138com.squareup.retrofit2:converter-gson:2.9.0
139139com.google.code.gson:gson:2.8.6
140- io.coil-kt:coil-base:1.4.0
141- io.coil-kt:coil-gif:1.4.0
142- io.coil-kt:coil-video:1.4.0
140+ io.coil-kt:coil-base:2.0.0
141+ io.coil-kt:coil-gif:2.0.0
142+ io.coil-kt:coil-video:2.0.0
143+ io.coil-kt:coil-compose:2.0.0
143144org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1
144145org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1
145146androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1
@@ -150,6 +151,8 @@ androidx.compose.foundation:foundation:1.1.1
150151androidx.compose.material:material:1.1.1
151152androidx.compose.material:material-icons-core:1.1.1
152153androidx.activity:activity-compose:1.3.1
154+ com.google.accompanist:accompanist-systemuicontroller:0.20.3
155+ com.google.accompanist:accompanist-placeholder:0.20.3
153156```
154157
155158### intercom-sdk-fcm
0 commit comments