chat-call-kit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.hyphenate</groupId>
<artifactId>chat-call-kit</artifactId>
<version>4.18.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.hyphenate</groupId>
<artifactId>chat-call-kit</artifactId>
<version>4.18.1</version>
<packaging>aar</packaging>
<name>chat-call-kit</name>
<description>Easy call UI for Easemob IM SDK</description>
<url>https://github.com/easemob/easecallkitui-android</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Easemob</id>
<name>Easemob</name>
<url>https://github.com/easemob/easecallkitui-android</url>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:easemob/easecallkitui.git</connection>
<developerConnection>scm:git@github.com:easemob/easecallkitui.git</developerConnection>
<url>https://github.com/easemob/easecallkitui-android.git</url>
</scm>
<dependencies>
<dependency>
<groupId>io.agora.rtc</groupId>
<artifactId>lite-sdk</artifactId>
<version>4.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.hyphenate</groupId>
<artifactId>hyphenate-chat</artifactId>
<version>4.18.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>8.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.activity</groupId>
<artifactId>activity</artifactId>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-viewmodel-ktx</artifactId>
<version>2.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt</groupId>
<artifactId>coil</artifactId>
<version>2.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt</groupId>
<artifactId>coil-gif</artifactId>
<version>2.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.scwang90</groupId>
<artifactId>refresh-layout-kernel</artifactId>
<version>3.0.0-alpha</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.scwang90</groupId>
<artifactId>refresh-header-classics</artifactId>
<version>3.0.0-alpha</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.scwang90</groupId>
<artifactId>refresh-footer-classics</artifactId>
<version>3.0.0-alpha</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>