File | Operation |
---|---|
intercom-sdk-ui-15.1.1.pom | download |
<dependency>
<groupId>io.intercom.android</groupId>
<artifactId>intercom-sdk-ui</artifactId>
<version>15.1.1</version>
<type>aar</type>
</dependency>
@Grapes(
@Grab(group='io.intercom.android', module='intercom-sdk-ui', version='15.1.1')
)
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10
runtime
|-- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.10
|-- androidx.compose.ui:ui:1.4.2
|-- androidx.compose.ui:ui-tooling:1.4.2
|-- androidx.compose.foundation:foundation:1.4.2
|-- androidx.compose.material:material:1.4.2
|-- com.google.accompanist:accompanist-systemuicontroller:0.30.1
|-- androidx.activity:activity-compose:1.6.1
|-- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1
|-- com.google.android.exoplayer:exoplayer:2.18.3
|-- io.coil-kt:coil-base:2.3.0