Changelog
Voximplant Android Kit Chat UI SDK changelog
1.3.0 (Nov 21, 2025)
Breaking change: added the Region and ClientData models. The core library is no longer required as a dependency.
Breaking change: AuthorizationError has been relocated.
Introduced the KitChatColorScheme.avatarPlaceholder API for customizing the avatar placeholder color.
Fix: the agent's avatar did not load under certain conditions.
Added the kotlinx.coroutines.core dependency.
1.2.0 (Jun 19, 2025)
Introduced the API to handle invalid credentials error:
- The KitChatUi.onAuthorizationError API notifies applications about authorization errors.
- The AuthorizationError enum represents Voximplant Kit authorization failure reasons.
Introduced the Region enum that represents account regions for a mobile channel.
1.1.0 (Jun 2, 2025)
Updated the targetSdk version to 35
Changed sourceCompatibility and targetCompatibility to Java 11
Updated the following dependencies:
- Kotlin: 2.1.20
- Android Gradle Plugin: 8.9.1
- Androidx Compose Bom: 2025.04.00
- Coil: 3.1.0
Image cache improvements
1.0.2 (Nov 21, 2025)
Introduced the KitChatColorScheme.avatarPlaceholder API for customizing the avatar placeholder color.
1.0.1 (Sep 1, 2025)
The connection state is displayed as "offline" if the KitChatUI instance has been initialized with invalid credentials
1.0.0 (Dec 12, 2024)
Initial release