Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui-kit/android/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down Expand Up @@ -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'
Expand Down
Loading