Skip to content

Commit

Permalink
Update Freshchat SDK to 6.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathy-freshworks committed Jul 12, 2024
1 parent 5efd2d1 commit 5824e49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.2.7(2024-07-12)

### Bug fix :
* Fix for incorrect Preview messages being shown in Channels list
* Fix for failing read receipts in conversations.

## 6.2.6(2024-07-02)

### Bug fix :
Expand Down
4 changes: 2 additions & 2 deletions freshchat_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {

defaultConfig {
minSdkVersion 21
versionCode 626
versionName "6.2.6"
versionCode 627
versionName "6.2.7"
targetSdkVersion 31
consumerProguardFiles 'consumer-proguard-rules.pro'
buildConfigField "long", 'BUILT_AT', System.currentTimeMillis() + 'L'
Expand Down
Binary file modified freshchat_sdk/libs/freshchat.jar
Binary file not shown.

0 comments on commit 5824e49

Please sign in to comment.