From acaa402323905c992ed3e3854f8d442988dd71e5 Mon Sep 17 00:00:00 2001 From: Mohd Ashfaq Date: Fri, 7 Nov 2025 14:40:46 +0530 Subject: [PATCH] Update versions in android getting started doc --- 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 340c0b61..f4820661 100644 --- a/ui-kit/android/getting-started.mdx +++ b/ui-kit/android/getting-started.mdx @@ -140,8 +140,8 @@ Inside `libs.versions.toml`, add the CometChat Chat UI Kit version under the `[v ```toml libs.versions.toml [versions] -cometchat-ui-kit = "5.1.0" -cometchat-calls-sdk = "4.1.0" +cometchat-ui-kit = "5.2.1" +cometchat-calls-sdk = "4.3.0" ``` Under the `[libraries]` section, define the library and reference the version: