Skip to content

Commit

Permalink
Update Freshchat SDK to version 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuFD committed Oct 18, 2022
1 parent f9483be commit 84cdc30
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
## 5.3.1(2022-10-18)

### Bug Fix
* Fix for keyboard hiding last few messages

## 5.3.0(2022-09-27)

### Feature
* Support for upload file for bot flows and attachment option

## 5.2.0(2022-09-13)

### Feature
* Support for phone number, email and number input types in bot flow

## 5.1.2(2022-08-23)

### Bug fix
* Fix for a crash on quick option buttons which was introduced in version 5.1.0

## 5.1.1(2022-08-11)

###Bug fix
*Fix for orientation change crash which was introduced in version 5.1.0
### Bug fix
* Fix for orientation change crash which was introduced in version 5.1.0

## 5.1.0(2022-07-11)

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 530
versionName "5.3.0"
versionCode 531
versionName "5.3.1"
targetSdkVersion 30
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 84cdc30

Please sign in to comment.