Skip to content

Commit

Permalink
Update Freshchat SDK to version to 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-ramkumar committed Mar 6, 2023
1 parent d93bf72 commit 2877fdb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.4.2(2023-03-06)

### Bug Fixes
* Fix for send button being enabled when only empty spaces are entered
* Fix for extra space being displayed below multiline bot messages
* Fix for a crash which occurs while attaching images

## 5.4.1(2023-01-11)

### Bug Fix
Expand Down
12 changes: 12 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 5.4.2(2023-03-06)

### Bug Fixes
* Fix for send button being enabled when only empty spaces are entered
* Fix for extra space being displayed below multiline bot messages
* Fix for a crash which occurs while attaching images

## 5.4.1(2023-01-11)

### Bug Fix
* Fix Android bot stability issues

## 5.4.0(2022-12-19)

### Feature
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 16
versionCode 541
versionName "5.4.1"
versionCode 542
versionName "5.4.2"
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 2877fdb

Please sign in to comment.