From aa291d06546f8e43f5bbc21f65746fd3fb52452d Mon Sep 17 00:00:00 2001 From: vivekCometChat Date: Thu, 24 Jul 2025 19:17:42 +0530 Subject: [PATCH] updated android UIKit Verison --- ui-kit/android/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-kit/android/getting-started.mdx b/ui-kit/android/getting-started.mdx index 6bfc605f0..340c0b616 100644 --- a/ui-kit/android/getting-started.mdx +++ b/ui-kit/android/getting-started.mdx @@ -140,7 +140,7 @@ Inside `libs.versions.toml`, add the CometChat Chat UI Kit version under the `[v ```toml libs.versions.toml [versions] -cometchat-ui-kit = "5.0.3" +cometchat-ui-kit = "5.1.0" cometchat-calls-sdk = "4.1.0" ``` @@ -171,7 +171,7 @@ Open the **app level** `build.gradle` file and add the following dependency to f ```gradle build.gradle dependencies { // CometChat UIKit - implementation 'com.cometchat:chat-uikit-android:5.0.3' + implementation 'com.cometchat:chat-uikit-android:5.1.0' // (Optional) Include this if your app uses voice/video calling features implementation 'com.cometchat:calls-sdk-android:4.1.0'