Skip to content

Commit 0279ea9

Browse files
Merge pull request #52 from cometchat-pro/dev
v4.0.1
2 parents daa64f5 + aa95bae commit 0279ea9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<img src="./Screenshots/logo.png" alt="CometChat logo" width="180" height="180">
55
</a>
66

7-
<h2 align="left">Android Java Sample App</h3>
7+
<h2 align="left">Android Java Sample App</h3>
88

99
<p align="left">
1010
CometChat Kitchen Sink Sample App (built using <b>CometChat UI Kits</b>) is a fully functional real-time messaging app capable of private (one-on-one), group messaging, voice & video calling.
1111
<br />
12-
<a href="https://www.cometchat.com/docs/android-v4-uikit/overview"><strong>Explore the docs »</strong></a>
12+
<a href="https://www.cometchat.com/docs/v4/android-uikit/overview"><strong>Explore the docs »</strong></a>
1313
<br />
1414
<br />
1515
<a href="https://github.com/cometchat-pro/cometchat-chat-sample-app-android-java/issues">Report Bug</a>
@@ -36,13 +36,13 @@
3636
## Table of Contents
3737

3838
- [About the Project](#about-the-project)
39-
- [Built With](#built-with)
39+
- [Built With](#built-with)
4040
- [Getting Started](#getting-started)
41-
- [Dependencies](#dependencies)
42-
- [Installing](#installing)
43-
- [Usage](#usage)
44-
- [Run locally](#run-project-locally)
45-
- [Help](#help)
41+
- [Dependencies](#dependencies)
42+
- [Installing](#installing)
43+
- [Usage](#usage)
44+
- [Run locally](#run-project-locally)
45+
- [Help](#help)
4646
- [Contributing](#contributing)
4747
- [Support](#support)
4848
- [License](#license)
@@ -97,16 +97,16 @@ Simply clone or fork this repo and run it using the instructions below to see al
9797

9898
## Usage
9999

100-
This app contains all features offered by CometChat through its UI Kit. [Read more about the Android UI Kit here.](https://www.cometchat.com/docs/android-v4-uikit/overview)
100+
This app contains all features offered by CometChat through its UI Kit. [Read more about the Android UI Kit here.](https://www.cometchat.com/docs/v4/android-uikit/overview)
101101

102102
### Run project locally
103103

104104
- Open the project in Android Studio.
105105

106-
- Build and run the Sample App.
107-
- Select demo users or enter the **UID** at the time of login once the app is launched.
106+
- Build and run the Sample App.
107+
- Select demo users or enter the **UID** at the time of login once the app is launched.
108108

109-
To learn about Android UI Kit Integration, please [click here](https://www.cometchat.com/docs/android-v4-uikit/integration).
109+
To learn about Android UI Kit Integration, please [click here](https://www.cometchat.com/docs/v4/android-uikit/integration).
110110

111111
## Help
112112

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
}
3131

3232
dependencies {
33-
implementation 'com.cometchat:chat-uikit-android:4.0.0'
33+
implementation 'com.cometchat:chat-uikit-android:4.0.+'
3434
implementation 'androidx.appcompat:appcompat:1.6.1'
3535
implementation 'com.google.android.material:material:1.8.0'
3636
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)