Skip to content

Commit

Permalink
4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-cometchat committed Nov 13, 2023
1 parent 550a0d1 commit 45cda10
Show file tree
Hide file tree
Showing 26 changed files with 22 additions and 20 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file removed 4.0.2/chat-sdk-android-4.0.2.aar
Binary file not shown.
1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.aar.md5

This file was deleted.

1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.aar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.aar.sha256

This file was deleted.

1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.aar.sha512

This file was deleted.

1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.pom.md5

This file was deleted.

1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.pom.sha1

This file was deleted.

1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.pom.sha256

This file was deleted.

1 change: 0 additions & 1 deletion 4.0.2/chat-sdk-android-4.0.2.pom.sha512

This file was deleted.

Binary file added 4.0.3/chat-sdk-android-4.0.3.aar
Binary file not shown.
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
556eb75aedf13aeee3f0b4798f4c43bc
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac5ccb0ac8ef7f88fcf06325b3b44cea4a12de02
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.aar.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
30cc2648e73dd6744ca3e7a1bf33b1ab594e946474f974ac19ac732b036ad10d
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.aar.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fcb31e23618cea4e26e8430f350e1bd8e0b2b50deede90fbcf91a3eab60af1f6b227d307328c403f5040ede54cca1f2a8f21c1f6de5a6db4f5763e3baad3c831
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cometchat</groupId>
<artifactId>chat-sdk-android</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12a8b37fe2edccb43a50a5c570c00dff
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
122872c9c6bc364959408fa2a89ccc5d8195f569
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.pom.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7de6ebd6031dc55df963aaa37db6f4156430c95e5d393d6b8967cd245cb7ffb2
1 change: 1 addition & 0 deletions 4.0.3/chat-sdk-android-4.0.3.pom.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e61bebe99f52793fba9fb96bb3aa9c9c497828a32156ff2e23ade0b2db2284d235384e1a247c7730ab50f6c1a151e3a5777dede75d314d581cae8f0ce82eab0d
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This guide demonstrates how to add chat to an Android application using CometCha


[![Platform](https://img.shields.io/badge/Platform-Android-brightgreen)](#)
<a href=" "> <img src="https://img.shields.io/badge/Version-4.0.2-important" /></a>
<a href=" "> <img src="https://img.shields.io/badge/Version-4.0.3-important" /></a>
![GitHub repo size](https://img.shields.io/github/repo-size/cometchat-pro/android-chat-sdk)
![GitHub contributors](https://img.shields.io/github/contributors/cometchat-pro/android-chat-sdk)
![GitHub stars](https://img.shields.io/github/stars/cometchat-pro/android-chat-sdk?style=social)
Expand Down Expand Up @@ -81,7 +81,7 @@ repositories {

``` groovy
dependencies {
implementation 'com.cometchat:chat-sdk-android-dependencies:4.0.2'
implementation 'com.cometchat:chat-sdk-android-dependencies:4.0.3'
}
```
</li><li>
Expand All @@ -93,7 +93,7 @@ Open the app level build.gradle file and <br/>

```groovy
dependencies {
implementation 'com.cometchat:chat-sdk-android:4.0.2'
implementation 'com.cometchat:chat-sdk-android:4.0.3'
}
```
2. Add the below lines android section
Expand Down Expand Up @@ -210,7 +210,8 @@ String authKey = "AUTH_KEY"; // Replace with your App Auth Key

## Contributors :clap:
Thanks to the following people who have contributed to this project:
[👨‍💻 @adityagokula2210](https://github.com/adityagokula2210)
[👨‍💻 @adityagokula2210](https://github.com/adityagokula2210)
[👨‍💻 @rohit-cometchat](https://github.com/rohit-cometchat)

<hr/>

Expand Down
7 changes: 4 additions & 3 deletions maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<groupId>com.cometchat</groupId>
<artifactId>chat-sdk-android</artifactId>
<versioning>
<latest>4.0.2</latest>
<release>4.0.2</release>
<latest>4.0.3</latest>
<release>4.0.3</release>
<versions>
<version>3.0.15</version>
<version>4.0.0</version>
Expand All @@ -26,7 +26,8 @@
<version>4.0.2-beta-22</version>
<version>4.0.2-beta-23</version>
<version>4.0.2</version>
<version>4.0.3</version>
</versions>
<lastUpdated>20231013085636</lastUpdated>
<lastUpdated>20231113091218</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
920dd74254438af545facd8a6179b616
d58198057d08bde0d02008bb7b71d9f5
2 changes: 1 addition & 1 deletion maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d88075030ca9e9cbf96b17c18814c8721fa6d6fe
1b92b884175a631c80995e60dcea093094581c64
2 changes: 1 addition & 1 deletion maven-metadata.xml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0bd2455e0efba3bb29d71b18d4aa7bc01f4076a77baad282281bcae0fe2fcaf7
d9a9471fc9a77dab84e57d89e1018445170344a1be308f8644d1cc041db35f21
2 changes: 1 addition & 1 deletion maven-metadata.xml.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0859a16d418e6b220a7c24f80afc2bb5141fac7e97948e30b11faac30356d094a665fa073fbc79995daf346433656afa8fca0d0f17d73f9ac794f6675250eca9
bbde96a5108e0cdfb1b3b5585cea4b5247c0fe7519ceddf57e716bd566ab6dd0af5d83aced5eff6f929bd528070612a69e849b4ae98aec93365316e48148c421

0 comments on commit 45cda10

Please sign in to comment.