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'